Skip to content

Commit cd18284

Browse files
committed
ci: fix failing udeps install due to rust nightly
1 parent 24de808 commit cd18284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/udeps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: "Setup nightly toolchain"
1616
uses: "actions-rs/toolchain@v1"
1717
with:
18-
toolchain: "nightly"
18+
toolchain: "nightly-2023-06-27"
1919
profile: "minimal"
2020
override: true
2121

0 commit comments

Comments
 (0)