From 5b93dd6442eee0a18c6f3540001acd62e93c15a1 Mon Sep 17 00:00:00 2001 From: Arnaud Date: Fri, 10 Oct 2025 16:35:04 +0200 Subject: [PATCH] Remove nimbus setup --- .github/workflows/artifacts.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/artifacts.yml b/.github/workflows/artifacts.yml index fdd61db..b59d94f 100644 --- a/.github/workflows/artifacts.yml +++ b/.github/workflows/artifacts.yml @@ -46,15 +46,6 @@ jobs: path: vendor/nim-codex/build key: ${{ runner.os }}-${{ matrix.cpu }}-libcodex-${{ hashFiles('vendor/nim-codex/.codex-commit') }} - - name: Release - Setup Nimbus Build System - uses: ./.github/actions/nimbus-build-system - with: - os: ${{ matrix.os }} - cpu: ${{ matrix.cpu }} - shell: ${{ matrix.shell }} - nim_version: ${{ matrix.nim_version }} - rust_version: ${{ matrix.rust_version }} - - name: Build libcodex (Linux) if: runner.os == 'Linux' && steps.cache-libcodex.outputs.cache-hit != 'true' run: |