Update build_nix.yml
This commit is contained in:
parent
b9793e7c60
commit
d41b734c86
1 changed files with 2 additions and 3 deletions
5
.github/workflows/build_nix.yml
vendored
5
.github/workflows/build_nix.yml
vendored
|
|
@ -7,8 +7,7 @@ jobs:
|
||||||
runs-on: self-hosted
|
runs-on: self-hosted
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v27
|
- name: Enable magic Nix cache
|
||||||
with:
|
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
|
||||||
- run: nix build
|
- run: nix build
|
||||||
- run: nix flake check
|
- run: nix flake check
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue