There was an error while loading. Please reload this page.
1 parent e1b7865 commit b023879Copy full SHA for b023879
1 file changed
.github/workflows/release.yml
@@ -25,7 +25,7 @@ jobs:
25
- uses: actions/checkout@v4
26
27
- name: Install Rust
28
- uses: dtolnay/rust-action@stable
+ uses: dtolnay/rust-toolchain@stable
29
with:
30
targets: x86_64-unknown-linux-musl
31
@@ -53,7 +53,7 @@ jobs:
53
54
55
56
57
58
targets: x86_64-pc-windows-gnu
59
@@ -80,7 +80,7 @@ jobs:
80
81
82
83
84
85
targets: x86_64-apple-darwin,aarch64-apple-darwin
86
0 commit comments