Skip to content

Commit

Permalink
Create init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Dec 2, 2023
1 parent 68ebe2b commit 6f5e02a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
apt-get install -y curl nodejs
- name: Install Nim
run: |
curl https://nim-lang.org/choosenim/init.sh -sSf
curl https://nim-lang.org/choosenim/init.sh -sSf > init.sh
CHOOSENIM_NO_ANALYTICS=1 CHOOSENIM_CHOOSE_VERSION=${{ matrix.nim-version }} sh init.sh -y
- run: nimble install -y
- run: nimble test
Expand Down

0 comments on commit 6f5e02a

Please sign in to comment.