Skip to content

Commit

Permalink
Fix env var setting on Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark McCaskey committed Oct 13, 2020
1 parent 30d34f1 commit 58b05a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
shell: cmd
run: |
call refreshenv
setx WASMER_DIR "%CD%/package"
set WASMER_DIR=%CD%\package
make test-integration
if: matrix.run_integration_tests && matrix.os == 'windows-latest'
- name: Run integration tests (Unix)
Expand Down

0 comments on commit 58b05a9

Please sign in to comment.