aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorTheo Buehler <tb@openbsd.org>2026-08-29 15:57:29 +0200
committerTheo Buehler <tb@openbsd.org>2026-08-29 15:57:29 +0200
commit08415b6730901ab159dc7b1bc5ab2563188713e2 (patch)
tree127b3092bc42da2abc09ee9b93f276e6358db3a0 /.github/workflows
parent0ac0850a98ea4c5ccc9f9eb4c6d540409346a1b5 (diff)
parenta764ec929eec2abdedd76cb5b593c8ec6a6abcfd (diff)
downloadportable-08415b6730901ab159dc7b1bc5ab2563188713e2.tar.gz
portable-08415b6730901ab159dc7b1bc5ab2563188713e2.tar.bz2
portable-08415b6730901ab159dc7b1bc5ab2563188713e2.zip
Land #1370 - enable supported MIPS32 asm in CI
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/linux.yml2
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)