Skip to content

Commit

Permalink
fire: use ./
Browse files Browse the repository at this point in the history
  • Loading branch information
fennecdjay committed Jan 11, 2020
1 parent f8419da commit 7381f1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows.yml
Expand Up @@ -37,6 +37,6 @@ jobs:
run: |
mkdir tmp
$env:GWION_TEST_DIR="."
gwion.exe
gwion.exe examples/array_lit.gw
./gwion.exe
./gwion.exe examples/array_lit.gw
# bash -c "export VALGRIND=NO_VALGRIND; export SEVERITY=3; export PRG=./gwion.exe; make test"

0 comments on commit 7381f1e

Please sign in to comment.