sloppy pasta
This commit is contained in:
parent
3439def776
commit
0d126ea60d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Install sudo
|
- name: Install sudo
|
||||||
run: sudo apt update && sudo apt install -y sudo
|
run: apt update && apt install -y sudo
|
||||||
- name: Install Nix
|
- name: Install Nix
|
||||||
uses: https://github.com/cachix/install-nix-action@v26
|
uses: https://github.com/cachix/install-nix-action@v26
|
||||||
with:
|
with:
|
||||||
|
|
Reference in a new issue