mirror of
https://github.com/G2-Games/lbee-utils.git
synced 2025-04-19 07:12:55 -05:00
Updated workflow to fix pak explorer build
This commit is contained in:
parent
d33323fd87
commit
250ff2255c
1 changed files with 1 additions and 0 deletions
1
.github/workflows/build_pak_explorer.yml
vendored
1
.github/workflows/build_pak_explorer.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
|||
- name: '🔄 Set up additional requirements'
|
||||
run: |
|
||||
sudo apt-get install -y gcc-mingw-w64
|
||||
sudo apt-get install -y libasound2
|
||||
pip install cargo-zigbuild
|
||||
|
||||
- name: '📦 Package Windows x86_64'
|
||||
|
|
Loading…
Reference in a new issue