Skip to content

Commit

Permalink
apostrophes?
Browse files Browse the repository at this point in the history
  • Loading branch information
tothxa committed Feb 19, 2024
1 parent 85d6856 commit 8f5837f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_testsuite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
fi
- name: Compile
id: compile
if: ${{ env.cache_restored != "true" }}
if: ${{ env.cache_restored != 'true' }}
run: |
if [ "${CXX:0:1}" == "c" ]
then
Expand Down

0 comments on commit 8f5837f

Please sign in to comment.