We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3529f36 commit 9344d3eCopy full SHA for 9344d3e
.github/workflows/release.yml
@@ -14,7 +14,7 @@ jobs:
14
runs-on: ubuntu-latest
15
steps:
16
- run: |
17
- sudo apt-get install gcc-multilib g++-multilib gcc-mingw-w64 libxinerama-dev xorg-dev mingw-w64 libx11-dev mesa-common-dev libglu1-mesa-dev musl-tools x86_64-linux-musl-gcc
+ sudo apt-get install gcc-multilib g++-multilib gcc-mingw-w64 libxinerama-dev xorg-dev mingw-w64 libx11-dev mesa-common-dev libglu1-mesa-dev && sudo add-apt-repository ppa:xapt/stable && apt-get install musl-tools x86_64-linux-musl-gcc
18
19
- uses: actions/checkout@v3
20
0 commit comments