Skip to content

Commit 548a068

Browse files
committed
Install MSRV toolchain as default to ensure that it is used instead of the one shipped with the base image.
1 parent ba6da60 commit 548a068

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ jobs:
8383
with:
8484
profile: minimal
8585
toolchain: 1.41.1
86+
default: true
8687
- name: Install maturin, poetry, and toml
8788
run: pip install maturin poetry toml
8889
- name: Create an isolated example directory

0 commit comments

Comments
 (0)