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

Commit

Permalink
unpinned nightly. (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgecarleitao committed Jul 4, 2021
1 parent a2bfc99 commit b5f0b4f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ jobs:
key: ${{ runner.os }}-cargo-miri-${{ hashFiles('**/Cargo.lock') }}
- name: Setup toolchain
run: |
rustup toolchain install nightly-2021-03-25
rustup default nightly-2021-03-25
rustup toolchain install nightly
rustup default nightly
rustup component add rustfmt miri
- name: Run
env:
Expand Down Expand Up @@ -259,11 +259,11 @@ jobs:
uses: actions/cache@v2
with:
path: /github/home/target
key: ${{ runner.os }}-amd64-target-wasm32-cache-nightly-2021-03-25
key: ${{ runner.os }}-amd64-target-wasm32-cache-nightly
- name: Setup toolchain
run: |
rustup toolchain install nightly-2021-03-25
rustup override set nightly-2021-03-25
rustup toolchain install nightly
rustup override set nightly
rustup component add rustfmt
rustup target add wasm32-unknown-unknown
- name: Build arrow crate
Expand Down Expand Up @@ -299,8 +299,8 @@ jobs:
key: ${{ runner.os }}-amd64-target-simd-cache-
- name: Setup toolchain
run: |
rustup toolchain install nightly-2021-03-24
rustup default nightly-2021-03-24
rustup toolchain install nightly
rustup default nightly
- name: Run
run: |
export CARGO_HOME="/github/home/.cargo"
Expand Down

0 comments on commit b5f0b4f

Please sign in to comment.