Skip to content

Commit

Permalink
Add ubuntu install steps
Browse files Browse the repository at this point in the history
  • Loading branch information
unitoftime committed Oct 14, 2024
1 parent 2070c15 commit 20528b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:
os: [ubuntu-latest, macos-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- name: Update apt
if: runner.os == 'Linux'
run: sudo apt-get update
- name: Install dependencies
if: runner.os == 'Linux'
run: sudo apt-get install libgl1-mesa-dev xorg-dev libasound2-dev gcc-mingw-w64 g++-mingw-w64

- uses: actions/setup-go@v3
with:
go-version: ${{ matrix.go-version }}
Expand Down

0 comments on commit 20528b5

Please sign in to comment.