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