]> Nishi Git Mirror - gwion.git/commitdiff
:wrench: Update
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 23:18:38 +0000 (00:18 +0100)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Sun, 16 Feb 2020 23:18:38 +0000 (00:18 +0100)
.github/workflows/coverage.yml

index ac70958a75348e2b891f3f18a712b25d6999f56a..08db5fcdd49c48876c37aae5fe647c6bd4b847fc 100644 (file)
@@ -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: