From 1d1af1d92951a9f175e29125bcf3b73bd0d5a024 Mon Sep 17 00:00:00 2001 From: tomoron Date: Tue, 15 Apr 2025 15:18:41 +0200 Subject: [PATCH] fix workflow file --- .gitea/workflows/default.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index ba7c71c..a9b10b3 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -8,7 +8,8 @@ jobs: steps: - name: get repo uses: actions/checkout@v4.2.2 - - name: create iso image + + - name: create iso image uses: https://github.com/cachix/install-nix-action@v31 run: make iso