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
8
.github/workflows/build_nix.yml
vendored
8
.github/workflows/build_nix.yml
vendored
@ -7,7 +7,9 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: cachix/install-nix-action@v26
|
||||
- uses: actions/checkout@v4
|
||||
- uses: cachix/install-nix-action@v30
|
||||
with:
|
||||
install_options: --daemon
|
||||
- name: Building package
|
||||
run: nix build
|
||||
run: nix build
|
||||
|
Loading…
x
Reference in New Issue
Block a user