From ddef12ddce606ced442bdbbd6abc718a637fa8e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20M=20G=C3=B3mez?= Date: Wed, 18 Feb 2026 17:18:11 +0000 Subject: [PATCH 1/2] Testing nightly nimble --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index ef12dd0..e319984 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -101,7 +101,7 @@ jobs: - name: Setup Nimble uses: nim-lang/setup-nimble-action@v1 with: - nimble-version: "latest" + nimble-version: "nightly" repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Restore nimble dependencies from cache From a603fa63f795c7981aeecaaffc017fbf2c485e7b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juan=20M=20G=C3=B3mez?= Date: Wed, 18 Feb 2026 18:21:55 +0000 Subject: [PATCH 2/2] Update binaries.yml --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index e319984..fcc9e21 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -101,7 +101,7 @@ jobs: - name: Setup Nimble uses: nim-lang/setup-nimble-action@v1 with: - nimble-version: "nightly" + nimble-version: "0.20.1" repo-token: ${{ secrets.GITHUB_TOKEN }} - name: Restore nimble dependencies from cache