Skip to content

Commit

Permalink
ci: Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hpjansson committed Nov 4, 2023
1 parent 4b528f5 commit d23cfb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c-cpp.yml
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Running tests
working-directory: ./build
run: make check || { RET=$$?; find . -name "test-suite.log" -exec cat {} + ; exit $$RET; }
run: make check || { RET=$$?; find . -name "test-suite.log" -exec cat {} + ; exit $RET; }

- name: Installing chafa
working-directory: ./build
Expand Down

0 comments on commit d23cfb7

Please sign in to comment.