exclude varda
All checks were successful
Build / nix-build (native-x86_64, telperion) (push) Successful in 3m10s
Build / nix-build (native-x86_64, shadowfax) (push) Successful in 6m8s
Build / nix-build (native-x86_64, gandalf) (push) Successful in 6m21s

This commit is contained in:
Joseph Hanson 2024-11-17 12:16:01 -06:00
parent da815cfd9d
commit 8a1d7312cc
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o

View file

@ -20,14 +20,14 @@ jobs:
fail-fast: false fail-fast: false
matrix: matrix:
include: include:
- system: varda
os: native-x86_64
- system: gandalf - system: gandalf
os: native-x86_64 os: native-x86_64
- system: telperion - system: telperion
os: native-x86_64 os: native-x86_64
- system: shadowfax - system: shadowfax
os: native-x86_64 os: native-x86_64
# - system: varda
# os: native-x86_64
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
env: env:
PATH: ${{ format('{0}:{1}', '/run/current-system/sw/bin', env.PATH) }} PATH: ${{ format('{0}:{1}', '/run/current-system/sw/bin', env.PATH) }}