fix: Remove Akun from github ci hostname
Some checks are pending
Test Cachix / tests (Cape) (push) Waiting to run
Test Cachix / tests (Tytonidae) (push) Waiting to run

This commit is contained in:
ulic-youthlic 2025-11-08 02:10:36 +08:00
parent 02b5da7c5f
commit b6184c5045
Signed by: youthlic
GPG key ID: 63E86C3C14A0D721

View file

@ -12,7 +12,10 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: matrix:
hostname: [Tytonidae, Akun, Cape] hostname:
- Tytonidae
# - Akun
- Cape
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25 - uses: cachix/install-nix-action@v25