From e810b4ad7ac98ffd2c433c9698a14c1c392c3653 Mon Sep 17 00:00:00 2001 From: Mamy Ratsimbazafy Date: Tue, 4 Aug 2026 11:06:38 +0200 Subject: [PATCH] Remove Nimble upgrade step from CI workflow https://github.com/nim-lang/nimble/issues/1636 https://github.com/nim-lang/Nim/pull/25759 https://github.com/nim-lang/Nim/pull/25935 --- .github/workflows/ci.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c7a5742db..388484683 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -254,18 +254,6 @@ jobs: shell: bash run: rustup default ${{ matrix.rust_toolchain }} - - name: Upgrade Nimble >= 0.22.3 - # Workaround task failures being swallowed: - # - https://github.com/mratsim/constantine/issues/601 - # - https://github.com/nim-lang/nimble/issues/1636 - shell: bash - run: | - echo "${PATH}" - which nimble - nimble install --verbose nimble >= 0.22.3 - nimble path nimble - which nimble - - name: Print Nim, Go Rust, LLVM versions and CPU specs. shell: bash # gcc is an alias to Apple Clang on MacOS