chore(ci): use nimble

This commit is contained in:
Daylin Morgan 2024-09-12 13:31:15 -05:00
parent 15e5cf6933
commit 39a3cd977f
Signed by: daylin
GPG key ID: 950D13E9719334AD

View file

@ -8,21 +8,20 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
with: with:
fetch-depth: 0 fetch-depth: 0
- uses: jiro4989/setup-nim-action@v1 - uses: jiro4989/setup-nim-action@v2
with: with:
nim-version: 2.0.0 nim-version: 2.0.8
- uses: goto-bus-stop/setup-zig@v2 - uses: goto-bus-stop/setup-zig@v2
- name: Setup Build Environment - name: Setup Build Environment
run: | run: |
nimble install -Y 'https://github.com/nim-lang/atlas.git@#f7ade65f' forge nimble install -Y 'https://github.com/nim-lang/atlas.git@#f7ade65f' forge
atlas init --deps:.workspace nimble install -Y -d
atlas install
- name: Create artifact bundles - name: Create artifact bundles
run: nim release && nim bundle run: nim release && nim bundle