From 39a3cd977f3fdd263d1693ba2286c1b9740ef4de Mon Sep 17 00:00:00 2001 From: Daylin Morgan Date: Thu, 12 Sep 2024 13:31:15 -0500 Subject: [PATCH] chore(ci): use nimble --- .github/workflows/build.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 28b1b67..a4e1c3a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,21 +8,20 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: jiro4989/setup-nim-action@v1 + - uses: jiro4989/setup-nim-action@v2 with: - nim-version: 2.0.0 + nim-version: 2.0.8 - uses: goto-bus-stop/setup-zig@v2 - name: Setup Build Environment run: | nimble install -Y 'https://github.com/nim-lang/atlas.git@#f7ade65f' forge - atlas init --deps:.workspace - atlas install + nimble install -Y -d - name: Create artifact bundles run: nim release && nim bundle