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 ec3ba00Copy full SHA for ec3ba00
.github/actions/linux/action.yml
@@ -14,6 +14,7 @@ runs:
14
- name: Install cross-compiling GCC
15
shell: bash
16
run: |
17
+ sudp 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