Skip to content

Commit

Permalink
🔧 Update
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Feb 16, 2020
1 parent 4452126 commit 8a94df5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
env:
CFLAGS: -ftest-coverage -fprofile-arcs
LDFLAGS: -ftest-coverage -fprofile-arcs
run: make CFLAGS="$CFLAGS -g -O0"
run: make CFLAGS="${CFLAGS} -g -O0"

- name: Tests
env:
Expand Down

0 comments on commit 8a94df5

Please sign in to comment.