Skip to content

Commit

Permalink
The test of running on Linux.
Browse files Browse the repository at this point in the history
  • Loading branch information
PenguinCabinet committed Jan 13, 2022
1 parent 92793b4 commit 80e885c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install Library
run: |
sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r"
sudo apt-get install -y libc6-dev libglu1-mesa-dev libgl1-mesa-swx11-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config crossbuild-essential-arm64 gcc-arm-linux-gnueabi g++-arm-linux-gnueabi gcc-arm-linux-gnueabihf --install-suggests
sudo apt-get install -y libc6-dev libglu1-mesa-dev libgl1-mesa-glx libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config crossbuild-essential-arm64 gcc-arm-linux-gnueabi g++-arm-linux-gnueabi gcc-arm-linux-gnueabihf --install-suggests
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .goreleaser_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ builds:
- -X main.Version={{.Version}}
- -X main.Revision={{.ShortCommit}}
- -extldflags "-static"
- -lGL
env:
- CGO_ENABLED=1
goos:
Expand Down

0 comments on commit 80e885c

Please sign in to comment.