Skip to content

Commit b2e85df

Browse files
committed
Try overriding runner-installed toolchain
1 parent e030bef commit b2e85df

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/test.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
distributed: true
5656
steps:
5757
- uses: actions/checkout@v3
58+
- name: Set up Rust toolchain
59+
uses: actions-rs/toolchain@v1
60+
with:
61+
toolchain: stable
62+
override: true
5863
- name: Set up Python
5964
uses: conda-incubator/[email protected]
6065
with:

0 commit comments

Comments
 (0)