Try fix github action #2
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 7s
This commit is contained in:
parent
4802fc8246
commit
75adf917c3
1 changed files with 4 additions and 2 deletions
6
.github/workflows/build_nix.yml
vendored
6
.github/workflows/build_nix.yml
vendored
|
@ -7,7 +7,9 @@ jobs:
|
|||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v2
|
||||
- uses: https://github.com/cachix/install-nix-action@v26
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
- uses: https://github.com/cachix/install-nix-action@v30
|
||||
with:
|
||||
nix_path: nixpkgs=channel:nixos-unstable
|
||||
- name: Building package
|
||||
run: nix build
|
||||
|
|
Loading…
Reference in a new issue