fix(ci): use CGO_ENABLED=0 and standard Go CI
This commit is contained in:
parent
d297658013
commit
f009e1bcff
5
.github/workflows/ci_arch.yml
vendored
5
.github/workflows/ci_arch.yml
vendored
@ -11,12 +11,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: archlinux:latest
|
||||
env:
|
||||
CGO_ENABLED: "0"
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
pacman -Sy --noconfirm git base-devel go \
|
||||
gtk3 webkit2gtk
|
||||
pacman -Sy --noconfirm git base-devel go
|
||||
- name: Set up Go
|
||||
uses: actions/setup-go@v5
|
||||
with:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user