From d83f79723ccf01e4133d3d3a08401ce7897d8bcd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=90=D1=80=D1=82=D1=91=D0=BC=20=D0=9F=D0=B0=D0=B2=D0=BB?= =?UTF-8?q?=D0=BE=D0=B2=20=5BArtyom=20Pavlov=5D?= Date: Fri, 20 Oct 2023 15:54:32 +0300 Subject: [PATCH] Tweak CI --- .github/workflows/cpufeatures.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cpufeatures.yml b/.github/workflows/cpufeatures.yml index e80b2b4c..4a033d8d 100644 --- a/.github/workflows/cpufeatures.yml +++ b/.github/workflows/cpufeatures.yml @@ -132,6 +132,10 @@ jobs: toolchain: 1.72.0 - target: loongarch64-unknown-linux-gnu toolchain: stable + - target: loongarch64-unknown-none + toolchain: 1.72.0 + - target: loongarch64-unknown-none + toolchain: stable runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -141,4 +145,3 @@ jobs: toolchain: ${{ matrix.rust }} targets: ${{ matrix.target }} - run: cargo build --target ${{ matrix.target }} - \ No newline at end of file