We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c3d3f9 commit 4279665Copy full SHA for 4279665
.github/workflows/runtest.yml
@@ -50,7 +50,7 @@ jobs:
50
command: binstall
51
args: cross -y
52
53
- - run: sudo apt install gcc-multilib
+ - run: sudo apt install gcc-multilib-mips64-linux-gnuabi64
54
if: contains(inputs.target, 'muslabi64')
55
56
- name: Build
0 commit comments