Skip to content

Commit

Permalink
mkdir fix
Browse files Browse the repository at this point in the history
Signed-off-by: Nischal Sharma <[email protected]>
  • Loading branch information
NickSneo committed Aug 14, 2024
1 parent 9493af9 commit 697a309
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 @@ -78,7 +78,7 @@ jobs:
steps:
- name: Prepare
run: |
mkdir -p ~/.nimble
mkdir -p /home/ubuntu/nimble
wget https://github.com/nim-lang/nightlies/releases/download/2024-01-04-version-2-0-0acdce502ca39441bb7e4050efdf43bf03db075d/nim-2.0.3-linux_arm64.tar.xz
tar -xf nim-2.0.3-linux_arm64.tar.xz
mv nim-2.0.3/* /home/ubuntu/nimble/
Expand Down

0 comments on commit 697a309

Please sign in to comment.