Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Jan 17, 2025
1 parent aa75341 commit 71d62b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/corpus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
store_dir=$(pwd)/store
mkdir $store_dir
export PATH="/usr/lib/ccache:/usr/local/opt/ccache/libexec:$PATH"
make -j$(nproc) CXXFLAGS="-w -DSTORE_INPUT_DIR=\"\"$store_dir\"\"" testrunner
make -j$(nproc) CXXFLAGS="-w -DSTORE_INPUT_DIR=\"\\"$store_dir\\"\"" testrunner
- name: run testrunner
run: |
Expand Down

0 comments on commit 71d62b4

Please sign in to comment.