Skip to content

Commit ed4340f

Browse files
committed
ci: install gcc-multilib for cross-compilation
1 parent 8a5d5b7 commit ed4340f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build-core.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ jobs:
2626
- name: Install dependencies
2727
run: bun install
2828

29+
- name: Install multilib headers
30+
run: sudo apt-get update && sudo apt-get install -y gcc-multilib g++-multilib
31+
2932
- name: Build native for all platforms
3033
run: |
3134
cd packages/core

0 commit comments

Comments
 (0)