Remove nimbus setup

This commit is contained in:
Arnaud 2025-10-10 16:35:04 +02:00
parent de13e18457
commit 5b93dd6442
No known key found for this signature in database
GPG Key ID: 20E40A5D3110766F

View File

@ -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: |