From fbdc5b88107781c7ecdfb39872597bcc62096c04 Mon Sep 17 00:00:00 2001 From: tomoron Date: Tue, 15 Apr 2025 19:46:47 +0200 Subject: [PATCH] add go install on workflow, temp remove iso build for faster tests --- .gitea/workflows/default.yaml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/default.yaml b/.gitea/workflows/default.yaml index 5d87c17..3c05a1b 100644 --- a/.gitea/workflows/default.yaml +++ b/.gitea/workflows/default.yaml @@ -12,12 +12,15 @@ jobs: - name: install nix uses: https://github.com/cachix/install-nix-action@v31 - - name: build iso - run: make iso + - name: install go + uses: https://github.com/actions/setup-go@v4 + + #- name: build iso + # run: make iso - name: create release uses: https://gitea.com/actions/release-action@main with: files: |- - nixos.iso + flake.nix api_key: '${{secrets.RELEASE_TOKEN}}'