1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-21 23:56:18 +04:00

Add mipsel back to github actions

This commit is contained in:
Jiajie Chen 2020-07-09 12:51:13 +08:00
parent e601787ca2
commit c31f76ffa4

View File

@ -22,7 +22,7 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest]
# we will bring back mipsel later
arch: [x86_64, riscv32, riscv64, aarch64]
arch: [x86_64, riscv32, riscv64, aarch64, mipsel]
steps:
- uses: actions/checkout@v2
- name: Checkout submodules