Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Fix testing of SIMD (#394)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Sep 10, 2021
1 parent a238efe commit 8feda68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -299,8 +299,8 @@ jobs:
key: ${{ runner.os }}-amd64-target-simd-cache-
- name: Setup toolchain
run: |
rustup toolchain install nightly-2021-08-30
rustup default nightly-2021-08-30
rustup toolchain install nightly
rustup default nightly
- name: Run
run: |
export CARGO_HOME="/github/home/.cargo"
Expand Down

0 comments on commit 8feda68

Please sign in to comment.