test ci 6
All checks were successful
nix-build-publish / build (push) Successful in 1m25s

This commit is contained in:
L-Nafaryus 2024-05-03 17:37:42 +05:00
parent 1f9c1914e9
commit 096cb2321d
Signed by: L-Nafaryus
GPG Key ID: 582F8B0866B294A1

View File

@ -7,12 +7,12 @@ on:
jobs:
build:
runs-on: nix-latest
runs-on: nix-runner
steps:
- uses: actions/checkout@v4
- run: nix flake check --accept-flake-config
- run: nix flake check
- uses: cachix/cachix-action@v14
with:
name: bonfire
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build -L --accept-flake-config
- run: nix build -L