Skip to content

Commit

Permalink
Fixes typo in demo runner
Browse files Browse the repository at this point in the history
  • Loading branch information
dylon committed Feb 14, 2024
1 parent 59a9ac9 commit a270ebc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: cmake --build build --config ${{ matrix.build_type }}

- name: Install liblevenshtein-cpp
shell: bash -el {0
shell: bash -el {0}
run: cmake --install build --config ${{ matrix.build_type }}

- name: Configure liblevenshtein-demo
Expand Down

0 comments on commit a270ebc

Please sign in to comment.