We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f812b38 commit b185d85Copy full SHA for b185d85
.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