Skip to content

Commit 50fd2d2

Browse files
committed
Add explicit toolchain input for pinned Rust toolchain action
When using a pinned commit SHA instead of a tag, the action requires an explicit 'toolchain' input to specify which Rust version to install.
1 parent 8c75c61 commit 50fd2d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/test-python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,8 @@ jobs:
8484
- name: Install Rust toolchain
8585
if: matrix.extension == 'rust'
8686
uses: dtolnay/rust-toolchain@efa25f7f19611383d5b0ccf2d1c8914531636bf9 # stable
87+
with:
88+
toolchain: stable
8789
- id: setup-mongodb
8890
uses: mongodb-labs/drivers-evergreen-tools@master
8991
with:

0 commit comments

Comments
 (0)