From 85c0713358d9503e3d9b9e7643445df029f3efeb Mon Sep 17 00:00:00 2001 From: "Wyatt J. Miller" Date: Mon, 25 May 2026 16:07:29 -0400 Subject: [PATCH] mod: yet more adjustments to workflow file --- .gitea/workflows/publish-attic.yaml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.gitea/workflows/publish-attic.yaml b/.gitea/workflows/publish-attic.yaml index 12cadab..f2ed4b7 100644 --- a/.gitea/workflows/publish-attic.yaml +++ b/.gitea/workflows/publish-attic.yaml @@ -22,10 +22,6 @@ jobs: - name: Install upstream Nix uses: cachix/install-nix-action@v31 - with: - extra_nix_config: | - experimental-features = nix-command flakes - sandbox = true - name: Install Attic client shell: bash @@ -53,6 +49,12 @@ jobs: attic login --set-default ci "$ATTIC_SERVER" "$ATTIC_TOKEN" 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 shell: bash run: |