diff --git a/.github/workflows/benchmarks.yml b/.github/workflows/benchmarks.yml index 9c4ed377..d4c5c55e 100644 --- a/.github/workflows/benchmarks.yml +++ b/.github/workflows/benchmarks.yml @@ -18,6 +18,7 @@ jobs: - name: Install nightly uses: actions-rs/toolchain@v1 with: + default: true toolchain: nightly - name: Rebuild benchmarks run: benchmarks/build-all.sh 5 @@ -29,6 +30,9 @@ jobs: - name: Install nightly uses: actions-rs/toolchain@v1 with: + default: true toolchain: nightly + - name: Check rust version + run: rustc --version - name: Run benchmarks run: benchmarks/run-all.sh