update github actions
All checks were successful
Build legacy Nix package on Ubuntu / build (push) Successful in 6m21s
All checks were successful
Build legacy Nix package on Ubuntu / build (push) Successful in 6m21s
This commit is contained in:
parent
1f6ebfee2e
commit
8028617f75
6
.github/workflows/build_nix.yml
vendored
6
.github/workflows/build_nix.yml
vendored
@ -7,7 +7,9 @@ jobs:
|
|||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v4
|
||||||
- uses: cachix/install-nix-action@v26
|
- uses: cachix/install-nix-action@v30
|
||||||
|
with:
|
||||||
|
install_options: --daemon
|
||||||
- name: Building package
|
- name: Building package
|
||||||
run: nix build
|
run: nix build
|
||||||
|
Loading…
x
Reference in New Issue
Block a user