Skip to content

Commit 143ec92

Browse files
committed
s
1 parent b185d85 commit 143ec92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/corpus.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
store_dir=$(pwd)/store
2929
mkdir $store_dir
3030
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
31-
make -j$(nproc) CXXFLAGS="-w \"-DSTORE_INPUT_DIR=\"$store_dir\"\"" testrunner
31+
make -j$(nproc) CXXFLAGS='-w -DSTORE_INPUT_DIR="\"$store_dir\""' testrunner
3232
3333
- name: run testrunner
3434
run: |

0 commit comments

Comments
 (0)