We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b185d85 commit 143ec92Copy full SHA for 143ec92
.github/workflows/corpus.yml
@@ -28,7 +28,7 @@ jobs:
28
store_dir=$(pwd)/store
29
mkdir $store_dir
30
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
31
- make -j$(nproc) CXXFLAGS="-w \"-DSTORE_INPUT_DIR=\"$store_dir\"\"" testrunner
+ make -j$(nproc) CXXFLAGS='-w -DSTORE_INPUT_DIR="\"$store_dir\""' testrunner
32
33
- name: run testrunner
34
run: |
0 commit comments