Skip to content

Commit 1f1cc09

Browse files
authored
chore(ci): Replace archived actions-rs actions (#56)
1 parent 1e8e1d4 commit 1f1cc09

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,9 @@ jobs:
2929
uses: actions/checkout@v2
3030

3131
- name: Install stable toolchain
32-
uses: actions-rs/toolchain@v1
33-
with:
34-
profile: minimal
35-
toolchain: stable
36-
override: true
32+
run: |
33+
rustup toolchain add --profile=minimal stable
34+
rustup override set stable
3735
3836
- run: cargo publish
3937
env:

0 commit comments

Comments
 (0)