mirror of
https://github.com/gravitl/netmaker.git
synced 2025-09-12 16:14:37 +08:00
fix yml syntax
This commit is contained in:
parent
5e2471a95e
commit
1b23ff05bc
1 changed files with 1 additions and 1 deletions
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
go-version: 1.18
|
||||
- name: Build
|
||||
run: |
|
||||
apt-get install -y gcc libgl1-mesa-dev xorg-dev
|
||||
apt-get install -y gcc libgl1-mesa-dev xorg-dev
|
||||
env CGO_ENABLED=1 GOOS=linux GOARCH=amd64 go build main.go
|
||||
cd netclient
|
||||
env CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build main.go
|
||||
|
|
Loading…
Add table
Reference in a new issue