Skip to content

Commit

Permalink
Manually install choosenim
Browse files Browse the repository at this point in the history
  • Loading branch information
konsumlamm committed Dec 2, 2023
1 parent 384fde1 commit 977e604
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,13 @@ jobs:
steps:
- uses: actions/checkout@v1
- run: |
apt --help
apt update --help
apt install --help
apt-get update -y
apt-get install -y nodejs
- uses: jiro4989/setup-nim-action@v1
with:
nim-version: ${{ matrix.nim-version }}
- name: Install Nim
run: |
curl https://nim-lang.org/choosenim/init.sh -sSf | sh
- run: nimble install -y
- run: nimble test
- run: nimble checkExamples

0 comments on commit 977e604

Please sign in to comment.