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
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
github_access_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
- name: Enable magic Nix cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@main
|
||||
- run: nix build
|
||||
- run: nix flake check
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue