Fixed libasound2 installation

This commit is contained in:
G2-Games 2025-03-10 12:21:11 -05:00
parent 250ff2255c
commit 3e4b51cad5

View file

@ -35,7 +35,7 @@ jobs:
- name: '🔄 Set up additional requirements'
run: |
sudo apt-get install -y gcc-mingw-w64
sudo apt-get install -y libasound2
sudo apt-get install -y libasound2t64
pip install cargo-zigbuild
- name: '📦 Package Windows x86_64'