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
Some checks failed
Build iso when a new version is pushed / test (push) Failing after 16s
This commit is contained in:
@ -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}}'
|
||||
|
Reference in New Issue
Block a user