Switched to a nix container, speeding up builds, next, setup cache mf
Some checks failed
Build Flake / build (push) Failing after 3h0m2s
Bump Flake / bump (push) Failing after 10m54s
Check config / build (push) Waiting to run

This commit is contained in:
Alexandre 2026-06-27 16:20:07 +02:00
parent 0d15b19fed
commit 7720764336

View File

@ -10,13 +10,11 @@ on:
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
runs-on: ubuntu-latest
runs-on: flake-actions
steps:
- name: Install nix
uses: DeterminateSystems/nix-installer-action@main
#- name: Install nix
# uses: DeterminateSystems/nix-installer-action@main
- name: Checkout
uses: actions/checkout@v4