Skip to content

Commit

Permalink
uname -m
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Dec 2, 2023
1 parent 6f5e02a commit de26b98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
apt-get install -y curl nodejs
- name: Install Nim
run: |
uname -m
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
Expand Down

0 comments on commit de26b98

Please sign in to comment.