Skip to content

Commit 81b047f

Browse files
committed
add github action
1 parent 3727532 commit 81b047f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- run: |
17-
sudo apt-get install gcc-multilib g++-multilib gcc-mingw-w64
17+
sudo apt-get install gcc-multilib g++-multilib gcc-mingw-w64 libxinerama-dev xorg-dev
1818
1919
- uses: actions/checkout@v3
2020

0 commit comments

Comments
 (0)