Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimaoth committed Jul 19, 2024
2 parents dbd03c9 + e7ced3d commit fa8bed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ jobs:
continue-on-error: true
run: PATH=/github/home/.nimble/bin:$PATH nimble setup

- run: "echo 'import nimwasmtime' > src/temp.nim && nim c src/temp.nim"
- run: "echo 'import nimwasmtime' > src/temp.nim && nim c -d:nimWasmtimeBuild src/temp.nim"

- name: Run tests
continue-on-error: true
Expand Down

0 comments on commit fa8bed2

Please sign in to comment.