Skip to content

Commit

Permalink
update gh actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed Jun 26, 2024
1 parent 7d49176 commit f44da36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,11 @@ jobs:
- name: Install Nim 👑
run: |
sudo apt install xz-utils
curl https://nim-lang.org/download/nim-${{ env.nim_version }}-linux_x64.tar.xz --output nim.tar.xz
curl https://nim-lang.org/download/nim-${{ matrix.nim_version }}-linux_x64.tar.xz --output nim.tar.xz
unxz nim.tar.xz
tar -xf nim.tar
sudo mkdir -p /home/.nimble
sudo mv -if nim-${{ env.nim_version }}/* /home/.nimble/
sudo mv -if nim-${{ matrix.nim_version }}/* /home/.nimble/
export PATH=/home/.nimble/bin:$PATH
nim -v
nimble refresh
Expand Down

0 comments on commit f44da36

Please sign in to comment.