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
|
- name: install nix
|
||||||
uses: https://github.com/cachix/install-nix-action@v31
|
uses: https://github.com/cachix/install-nix-action@v31
|
||||||
|
|
||||||
- name: build iso
|
- name: install go
|
||||||
run: make iso
|
uses: https://github.com/actions/setup-go@v4
|
||||||
|
|
||||||
|
#- name: build iso
|
||||||
|
# run: make iso
|
||||||
|
|
||||||
- name: create release
|
- name: create release
|
||||||
uses: https://gitea.com/actions/release-action@main
|
uses: https://gitea.com/actions/release-action@main
|
||||||
with:
|
with:
|
||||||
files: |-
|
files: |-
|
||||||
nixos.iso
|
flake.nix
|
||||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||||
|
Reference in New Issue
Block a user