mirror of
https://github.com/gravitl/netmaker.git
synced 2026-03-15 06:25:11 +08:00
remove apt-get
This commit is contained in:
parent
1b23ff05bc
commit
51dc3588ce
1 changed files with 0 additions and 1 deletions
1
.github/workflows/test.yml
vendored
1
.github/workflows/test.yml
vendored
|
|
@ -15,7 +15,6 @@ jobs:
|
|||
go-version: 1.18
|
||||
- name: Build
|
||||
run: |
|
||||
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