Skip to content

Commit

Permalink
ci: fix nim test
Browse files Browse the repository at this point in the history
  • Loading branch information
naveen521kk authored Apr 15, 2021
1 parent cb28c96 commit d4c8705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ jobs:
curl -L "$($versions.URL32)" -o tools\nim-$($versions.Version)_x32.zip
tree /A /F
choco pack
echo "C:\tools\Nim\nim-$($versions.Version)\bin" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Install
shell: pwsh
run: |
Expand All @@ -193,7 +194,6 @@ jobs:
shell: pwsh
working-directory: ${{ runner.temp }}
run: |
$env:PATH = "C:\tools\Nim\nim-1.4.4\bin;$env:PATH"
echo 'echo("hello")' > hello.nim
nim compile --verbosity:0 hello.nim
./hello.exe
Expand Down

0 comments on commit d4c8705

Please sign in to comment.