Merge 6128c78f0b into 74949e0861
This commit is contained in:
commit
0cfa3d8106
|
|
@ -122,7 +122,7 @@ jobs:
|
|||
- name: "Install Nix ❄️"
|
||||
uses: "DeterminateSystems/nix-installer-action@v22"
|
||||
- name: "Enable Magic Nix Cache 🪄"
|
||||
uses: "DeterminateSystems/magic-nix-cache-action@v9"
|
||||
uses: "DeterminateSystems/magic-nix-cache-action@v14"
|
||||
- name: "Build with Nix ❄️"
|
||||
run: |
|
||||
nix build .#quickgui
|
||||
|
|
|
|||
|
|
@ -17,5 +17,5 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- uses: DeterminateSystems/nix-installer-action@v22
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v14
|
||||
- uses: DeterminateSystems/flake-checker-action@v12
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
- uses: DeterminateSystems/nix-installer-action@v22
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v9
|
||||
- uses: DeterminateSystems/magic-nix-cache-action@v14
|
||||
- uses: DeterminateSystems/update-flake-lock@v28
|
||||
with:
|
||||
pr-title: "chore: update flake.lock"
|
||||
|
|
|
|||
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
with:
|
||||
ref: "${{ (inputs.tag != null) && format('refs/tags/{0}', inputs.tag) || '' }}"
|
||||
- uses: "DeterminateSystems/nix-installer-action@v22"
|
||||
- uses: "DeterminateSystems/magic-nix-cache-action@v9"
|
||||
- uses: "DeterminateSystems/magic-nix-cache-action@v14"
|
||||
- uses: "DeterminateSystems/flakehub-push@v6"
|
||||
with:
|
||||
visibility: "public"
|
||||
|
|
|
|||
Loading…
Reference in New Issue