forked from Silverfish/proton-bridge
Update .gitea/workflows/ci.yml
Some checks failed
nogui build / try & test (push) Failing after 2m6s
Some checks failed
nogui build / try & test (push) Failing after 2m6s
This commit is contained in:
@ -20,4 +20,9 @@ jobs:
|
|||||||
run: apt update -y && apt install build-essential libsecret-1-dev -y
|
run: apt update -y && apt install build-essential libsecret-1-dev -y
|
||||||
|
|
||||||
- name: build nogui
|
- name: build nogui
|
||||||
run: make build-nogui
|
run: make build-nogui
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v4
|
||||||
|
with:
|
||||||
|
name: proton-bridge
|
||||||
|
path: proton-bridge
|
||||||
Reference in New Issue
Block a user