We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e90151 commit b4e7407Copy full SHA for b4e7407
.github/workflows/release.yml
@@ -35,6 +35,12 @@ jobs:
35
sudo apt-get update
36
sudo apt-get install -y libasound2-dev libdbus-1-dev pkg-config
37
38
+ - name: Install cross-compilation tools (Windows)
39
+ if: matrix.target == 'x86_64-pc-windows-gnu'
40
+ run: |
41
+ sudo apt-get update
42
+ sudo apt-get install -y gcc-mingw-w64 g++-mingw-w64-x86-64
43
+
44
- name: Install Rust toolchain
45
uses: dtolnay/rust-toolchain@stable
46
with:
0 commit comments