try single quotes

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
This commit is contained in:
Anton-4 2023-08-18 14:19:37 +02:00 committed by GitHub
parent 9d81fbca97
commit cb088e54fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -46,7 +46,7 @@ jobs:
# run: nix develop -c cargo test-gen-llvm-wasm --locked --release
- name: test website build script
run: nix develop --env REPL_DEBUG=1 -c ./www/build.sh
run: nix develop -c 'REPL_DEBUG=1 ./www/build.sh'
- name: wasm repl tests
run: nix develop -c crates/repl_test/test_wasm.sh