Compare commits
No commits in common. "6a4d78ba8bfb9b7a5b53dd208f546bb47f84fcc7" and "572d505701482d99a8f6a0ef3784338eeb4a6fc7" have entirely different histories.
6a4d78ba8b
...
572d505701
|
@ -8,6 +8,10 @@ jobs:
|
|||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies for Nix setup action
|
||||
run: |
|
||||
apt update -y
|
||||
apt install sudo -y
|
||||
- name: Setup Nix
|
||||
uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
|
|
|
@ -11,6 +11,10 @@ jobs:
|
|||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Install dependencies for Nix setup action
|
||||
run: |
|
||||
apt update -y
|
||||
apt install sudo -y
|
||||
- name: Setup Nix
|
||||
uses: cachix/install-nix-action@v27
|
||||
with:
|
||||
|
|
Loading…
Reference in New Issue