From 95165fd53e8d346633472003129eafff19464a27 Mon Sep 17 00:00:00 2001 From: iFargle Date: Tue, 3 Oct 2023 20:26:18 +0900 Subject: [PATCH] test --- .forgejo/workflows/build-iso.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.forgejo/workflows/build-iso.yml b/.forgejo/workflows/build-iso.yml index 9bd304de..ead6cc43 100644 --- a/.forgejo/workflows/build-iso.yml +++ b/.forgejo/workflows/build-iso.yml @@ -5,6 +5,8 @@ on: [push] jobs: build-console-iso: runs-on: docker + container: + image: nixos/nix steps: - uses: actions/checkout@v3 with: @@ -24,8 +26,6 @@ jobs: id uname -a hostname - - container: - image: nixos/nix - name: "Docker: Node Info" run: | id @@ -38,6 +38,7 @@ jobs: - run: echo "The ${{ github.repository }} repository has been cloned to the runner." - run: echo "The workflow is now ready to test your code on the runner." - run: echo "This job's status is ${{ job.status }}." + - if: always() run: rm -rf /.cache - if: always()