Skip to content

Commit 8269eae

Browse files
fix: add stable toolchain for upload-cw-clients
1 parent 719aa85 commit 8269eae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/upload-cw-clients.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
- uses: actions/checkout@v4
2626

2727
- uses: actions-rust-lang/setup-rust-toolchain@v1
28+
with:
29+
toolchain: stable
2830

2931
- name: Create mount directories
3032
run: mkdir -p "${HOME}/.cargo/registry" "$(pwd)"/target

0 commit comments

Comments
 (0)