diff options
Diffstat (limited to '.github/workflows/linux.yml')
| -rw-r--r-- | .github/workflows/linux.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index a2a85e7..06dda17 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml | |||
| @@ -68,7 +68,7 @@ jobs: | |||
| 68 | packages+=(qemu-user-static binfmt-support g++-14-loongarch64-linux-gnu) | 68 | packages+=(qemu-user-static binfmt-support g++-14-loongarch64-linux-gnu) |
| 69 | ;; | 69 | ;; |
| 70 | mips32) | 70 | mips32) |
| 71 | packages+=(qemu-user-static binfmt-support g++-mips-linux-gnu) | 71 | packages+=(qemu-user-static binfmt-support g++-mipsel-linux-gnu) |
| 72 | ;; | 72 | ;; |
| 73 | mips64) | 73 | mips64) |
| 74 | packages+=(qemu-user-static binfmt-support g++-mips64el-linux-gnuabi64) | 74 | packages+=(qemu-user-static binfmt-support g++-mips64el-linux-gnuabi64) |
