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 f1ac393 commit 1c832d1Copy full SHA for 1c832d1
.github/workflows/release.yml
@@ -46,6 +46,7 @@ jobs:
46
uses: actions/checkout@v4
47
48
- name: Install cross-compilation toolchains
49
+ if: runner.run_on == 'ubuntu-latest'
50
run: |
51
sudo apt update
52
sudo apt install -y gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf mingw-w64
0 commit comments