Add loongarch64-unknown-linux-gnu to CI

This commit is contained in:
Eduardo Sánchez Muñoz
2024-08-18 00:23:18 +02:00
committed by Amanieu d'Antras
parent 76d71ff37e
commit c103c015a8
3 changed files with 24 additions and 1 deletions
+3
View File
@@ -92,6 +92,7 @@ jobs:
- thumbv7m-none-eabi
- thumbv7em-none-eabi
- thumbv7em-none-eabihf
- loongarch64-unknown-linux-gnu
# macOS targets
- x86_64-apple-darwin
@@ -171,6 +172,8 @@ jobs:
os: ubuntu-latest
- target: riscv64gc-unknown-linux-gnu
os: ubuntu-latest
- target: loongarch64-unknown-linux-gnu
os: ubuntu-latest
steps:
- uses: actions/checkout@v4