mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-18 23:02:56 -05:00
Fixed libasound2 installation
This commit is contained in:
parent
250ff2255c
commit
3e4b51cad5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build_pak_explorer.yml
vendored
2
.github/workflows/build_pak_explorer.yml
vendored
|
@ -35,7 +35,7 @@ jobs:
|
||||||
- name: '🔄 Set up additional requirements'
|
- name: '🔄 Set up additional requirements'
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get install -y gcc-mingw-w64
|
sudo apt-get install -y gcc-mingw-w64
|
||||||
sudo apt-get install -y libasound2
|
sudo apt-get install -y libasound2t64
|
||||||
pip install cargo-zigbuild
|
pip install cargo-zigbuild
|
||||||
|
|
||||||
- name: '📦 Package Windows x86_64'
|
- name: '📦 Package Windows x86_64'
|
||||||
|
|
Loading…
Reference in a new issue