Skip to content

Commit

Permalink
Tweak CI
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Oct 20, 2023
1 parent f4da52e commit d83f797
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cpufeatures.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -141,4 +145,3 @@ jobs:
toolchain: ${{ matrix.rust }}
targets: ${{ matrix.target }}
- run: cargo build --target ${{ matrix.target }}

0 comments on commit d83f797

Please sign in to comment.