We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 719aa85 commit 8269eaeCopy full SHA for 8269eae
.github/workflows/upload-cw-clients.yaml
@@ -25,6 +25,8 @@ jobs:
25
- uses: actions/checkout@v4
26
27
- uses: actions-rust-lang/setup-rust-toolchain@v1
28
+ with:
29
+ toolchain: stable
30
31
- name: Create mount directories
32
run: mkdir -p "${HOME}/.cargo/registry" "$(pwd)"/target
0 commit comments