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