Skip to content

Commit

Permalink
Fix path export
Browse files Browse the repository at this point in the history
  • Loading branch information
kobaltcore committed Jun 21, 2022
1 parent 1691421 commit 981d144
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,7 +27,7 @@ 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=/root/.nimble/bin:$PATH
export PATH=/home/runner/.nimble/bin:$PATH
- name: Build Project
run: |
nimble build_linux_amd64
Expand Down

0 comments on commit 981d144

Please sign in to comment.