From cc2ef410548bab416304fada49c723bd264044c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20M=20G=C3=B3mez?= Date: Wed, 11 Dec 2024 10:26:10 +0000 Subject: [PATCH] Uses `setup-nimble-action` in CI (#268) --- .github/workflows/binaries.yml | 5 ++--- .github/workflows/ci.yml | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 00f178f..b7a29ac 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -99,10 +99,9 @@ jobs: uses: actions/checkout@v4 - name: Setup Nimble - uses: nim-lang/nimble/.github/actions/install_nimble@master + uses: nim-lang/setup-nimble-action@v1 with: - os: ${{ matrix.target.name }} - cpu: ${{ matrix.target.nimble_cpu }} + nimble-version: "0.16.3" - name: Restore nimble dependencies from cache id: nimble_deps diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1c90129..3a50740 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,10 +19,9 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Nimble - uses: nim-lang/nimble/.github/actions/install_nimble@master + uses: nim-lang/setup-nimble-action@v1 with: - os: linux - cpu: amd64 + nimble-version: "0.16.3" - name: Restore nimble dependencies from cache id: nimble_deps