Skip to content

Commit d59896d

Browse files
committed
go
1 parent 473e4c3 commit d59896d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/maturin_builds.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,10 @@ jobs:
1414
with:
1515
python-version: "3.9"
1616
architecture: x64
17-
- uses: dtolnay/rust-toolchain@stable
17+
- uses: actions-rs/toolchain@v1
18+
with:
19+
profile: minimal
20+
toolchain: stable
1821
- name: Install system dependencies
1922
run: |
2023
sudo apt-get update && sudo apt-get install -y \

0 commit comments

Comments
 (0)