Try fix github action #3
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 4m18s
Some checks failed
Build legacy Nix package on Ubuntu / build (push) Failing after 4m18s
This commit is contained in:
parent
75adf917c3
commit
19dd855938
1 changed files with 5 additions and 0 deletions
5
.github/workflows/build_nix.yml
vendored
5
.github/workflows/build_nix.yml
vendored
|
@ -8,8 +8,13 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: https://github.com/actions/checkout@v4
|
||||
|
||||
- name: Install sudo
|
||||
run: apt update && apt install sudo
|
||||
|
||||
- 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