Skip to content

Commit 2b3bc4d

Browse files
committed
Add 'Install latest night' step
1 parent d8874f7 commit 2b3bc4d

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/weekly.yaml

+6
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ jobs:
99
benchmark_master:
1010
runs-on: ubuntu-latest
1111
steps:
12+
- name: Install latest nightly
13+
uses: actions-rs/toolchain@v1
14+
with:
15+
toolchain: nightly
16+
default: true
17+
profile: minimal
1218
- uses: actions/checkout@v4
1319
- name: Restore repos
1420
id: cache-restore-repos

0 commit comments

Comments
 (0)