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 83126e2 commit b581b42Copy full SHA for b581b42
.github/actions/linux/action.yml
@@ -14,6 +14,7 @@ runs:
14
- name: Install cross-compiling GCC
15
shell: bash
16
run: |
17
+ sudo apt update
18
sudo apt install -y gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-arm-linux-gnueabihf gcc-i686-linux-gnu
19
20
- name: Build binaries
0 commit comments