Skip to content

Commit

Permalink
fix: github action ubuntu deps
Browse files Browse the repository at this point in the history
  • Loading branch information
anasrar committed Oct 19, 2024
1 parent 42c1175 commit c7ed486
Showing 1 changed file with 1 addition 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 @@ -20,7 +20,7 @@ jobs:

- name: Install MinGW
run: |
sudo apt-get install -y mingw-w64 gcc-mingw-w64
sudo apt-get install -y gcc-mingw-w64 libgl1-mesa-dev libxi-dev libxcursor-dev libxrandr-dev libxinerama-dev libwayland-dev libxkbcommon-dev
- uses: actions/setup-go@v5
with:
Expand Down

0 comments on commit c7ed486

Please sign in to comment.