add apt update

This commit is contained in:
Matthew R Kasun 2022-11-30 08:15:26 -05:00 committed by GitHub
parent 9e3f402e81
commit 3a936e573a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -106,6 +106,7 @@ jobs:
- name: build gui
run: |
sudo apt-get update
sudo apt-get install -y gcc libgl1-mesa-dev xorg-dev
go build -tags=gui -ldflags="-X 'main.version=${NETMAKER_VERSION}'" -o build/netclient-gui .