File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,9 @@ rustflags = [
2525[target .x86_64-unknown-linux-gnu ]
2626linker = " x86_64-linux-gnu-gcc"
2727
28+ [target .i686-unknown-linux-gnu ]
29+ linker = " i686-linux-gnu-gcc"
30+
2831[target .aarch64-unknown-linux-gnu ]
2932linker = " aarch64-linux-gnu-gcc"
3033
Original file line number Diff line number Diff line change 1414 - name : Install cross-compiling GCC
1515 shell : bash
1616 run : |
17- sudo apt install -y gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-arm-linux-gnueabihf
17+ sudo apt install -y gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu gcc-arm-linux-gnueabihf gcc-i686-linux-gnu
1818
1919 - name : Build binaries
2020 shell : bash
Original file line number Diff line number Diff line change 1212 - uses : actions/checkout@v4
1313 with :
1414 submodules : true
15- - name : Build Android
15+ - name : Build Linux libraries
1616 uses : ./.github/actions/linux
1717
1818 libs_macos :
You can’t perform that action at this time.
0 commit comments