Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
fireinrain committed Mar 22, 2023
1 parent 3529f36 commit 9344d3e
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 @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: |
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
- uses: actions/checkout@v3

Expand Down

0 comments on commit 9344d3e

Please sign in to comment.