Update .forgejo/workflows/build.yaml
This commit is contained in:
parent
de6a7339d0
commit
cd64a6fd6a
1 changed files with 2 additions and 2 deletions
|
@ -15,8 +15,8 @@ jobs:
|
|||
run: apt update && apt -y install sudo
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install Nix
|
||||
uses: DeterminateSystems/nix-installer-action@v12
|
||||
uses: https://github.com/DeterminateSystems/nix-installer-action@v12
|
||||
- name: Run the Magic Nix Cache
|
||||
uses: DeterminateSystems/magic-nix-cache-action@v7
|
||||
uses: https://github.com/DeterminateSystems/magic-nix-cache-action@v7
|
||||
- name: Build release
|
||||
run: nix build .#container --impure
|
||||
|
|
Loading…
Add table
Reference in a new issue