Skip to content

Commit db55d78

Browse files
committed
fix: install g++ and libc6-dev for ARM64 cross-compilation
1 parent bbe90cf commit db55d78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-gateway.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- name: Install cross-compilation tools
3838
run: |
3939
sudo apt-get update
40-
sudo apt-get install -y gcc-aarch64-linux-gnu
40+
sudo apt-get install -y gcc-aarch64-linux-gnu g++-aarch64-linux-gnu libc6-dev-arm64-cross
4141
4242
- name: Build binary for ${{ matrix.platform }}
4343
run: |

0 commit comments

Comments
 (0)