mod: yet more adjustments to workflow file
Some checks failed
Publish packages to Attic / publish (push) Failing after 10m30s
Some checks failed
Publish packages to Attic / publish (push) Failing after 10m30s
This commit is contained in:
@@ -22,10 +22,6 @@ jobs:
|
|||||||
|
|
||||||
- name: Install upstream Nix
|
- name: Install upstream Nix
|
||||||
uses: cachix/install-nix-action@v31
|
uses: cachix/install-nix-action@v31
|
||||||
with:
|
|
||||||
extra_nix_config: |
|
|
||||||
experimental-features = nix-command flakes
|
|
||||||
sandbox = true
|
|
||||||
|
|
||||||
- name: Install Attic client
|
- name: Install Attic client
|
||||||
shell: bash
|
shell: bash
|
||||||
@@ -53,6 +49,12 @@ jobs:
|
|||||||
attic login --set-default ci "$ATTIC_SERVER" "$ATTIC_TOKEN"
|
attic login --set-default ci "$ATTIC_SERVER" "$ATTIC_TOKEN"
|
||||||
attic use "$ATTIC_CACHE"
|
attic use "$ATTIC_CACHE"
|
||||||
|
|
||||||
|
- name: Prepare builds
|
||||||
|
shell: bash
|
||||||
|
run: |
|
||||||
|
set -euo pipefail
|
||||||
|
sudo rm -rf /homeless-shelter || rm -rf /homeless-shelter
|
||||||
|
|
||||||
- name: Build packages
|
- name: Build packages
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user