This commit is contained in:
IQuant 2025-02-14 17:08:11 +03:00
parent 5bd0f77f74
commit 1e63f37e05

View file

@ -41,7 +41,7 @@ jobs:
with: with:
targets: x86_64-pc-windows-gnu targets: x86_64-pc-windows-gnu
- name: Install extra deps - name: Install extra deps
run: sudo apt-get update && sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64 run: sudo apt-get update && sudo apt-get install -y libclang-dev libgtk-3-dev libxcb-render0-dev libxcb-shape0-dev libxcb-xfixes0-dev libxkbcommon-dev libssl-dev gcc-mingw-w64-i686 gcc-mingw-w64 libasound2-dev
- uses: Swatinem/rust-cache@v2 - uses: Swatinem/rust-cache@v2
with: with: