Skip to content

Commit 4279665

Browse files
committed
fixed testing harness: installing gcc-multilib for muslabi64 to fix link errors
1 parent 4c3d3f9 commit 4279665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/runtest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
command: binstall
5151
args: cross -y
5252

53-
- run: sudo apt install gcc-multilib
53+
- run: sudo apt install gcc-multilib-mips64-linux-gnuabi64
5454
if: contains(inputs.target, 'muslabi64')
5555

5656
- name: Build

0 commit comments

Comments
 (0)