Compare commits

..

4 Commits

Author SHA1 Message Date
s1d3sw1ped
346ac15bcd Merge pull request 'develop' (#7) from develop into master
Some checks failed
Build and Artifact Vulture / build (push) Failing after 3m19s
Reviewed-on: #7
2024-03-10 07:10:37 +00:00
s1d3sw1ped
5b00d477c3 Merge branch 'master' into develop
Some checks failed
PR Validation / Build and Test Vulture (pull_request) Failing after 45s
Build and Artifact Vulture / build (push) Failing after 3m41s
2024-03-10 07:10:25 +00:00
527e04972e Merge branch 'develop' of ssh://git.s1d3sw1ped.com:2222/s1d3sw1ped/SwipedModSwitcher into develop
Some checks failed
Build and Artifact Vulture / build (push) Has been cancelled
PR Validation / Build and Test Vulture (pull_request) Failing after 48s
2024-03-10 01:09:55 -06:00
64abc18256 add more deps 2024-03-10 01:09:53 -06:00

View File

@@ -20,7 +20,7 @@ jobs:
- name: setup-dependencies - name: setup-dependencies
run: | run: |
apt-get update apt-get update
apt-get install -y gcc-mingw-w64 gcc apt-get install -y gcc-mingw-w64 gcc libgl1-mesa-dev xorg-dev
- name: build-linux - name: build-linux
run: GOOS=linux GOARCH=amd64 CGO_ENABLED=1 CC=gcc go build -v -ldflags="-s -w -X 'main.Version=${{github.ref_name}}'" -o bin/sw1ped-mod-switcher-${{github.ref_name}}-linux-amd64 run: GOOS=linux GOARCH=amd64 CGO_ENABLED=1 CC=gcc go build -v -ldflags="-s -w -X 'main.Version=${{github.ref_name}}'" -o bin/sw1ped-mod-switcher-${{github.ref_name}}-linux-amd64