Skip to content

Commit bc90c33

Browse files
committed
s
1 parent 1c9de29 commit bc90c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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) -s CXXFLAGS="-w -DSTORE_INPUT_DIR=$store_dir"
31+
make -j$(nproc) -s CXXFLAGS="-w -DSTORE_INPUT_DIR=\"$store_dir\""
3232
3333
- name: run testrunner
3434
run: |

0 commit comments

Comments
 (0)