add go install on workflow, temp remove iso build for faster tests
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 16s

This commit is contained in:
2025-04-15 19:46:47 +02:00
parent 0baab5a237
commit fbdc5b8810

View File

@ -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}}'