Skip to content

Commit

Permalink
Set env var in correct build step
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Jun 21, 2022
1 parent 981d144 commit 7866026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ jobs:
sudo apt-get update
DEBIAN_FRONTEND=noninteractive sudo apt-get install -y curl xz-utils g++ git mingw-w64 zip upx
curl https://nim-lang.org/choosenim/init.sh -sSf | bash -s -- -y
export PATH=/home/runner/.nimble/bin:$PATH
- name: Build Project
run: |
export PATH=/home/runner/.nimble/bin:$PATH
nimble build_linux_amd64
nimble build_windows_amd64
nimble build_windows_i386
Expand Down

0 comments on commit 7866026

Please sign in to comment.