mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-03-15 11:59:16 +01:00
crate-io workflow: replace unmaintained actions-rs
This commit is contained in:
parent
6ca5128ab0
commit
d25de06635
1 changed files with 2 additions and 5 deletions
7
.github/workflows/crate-io.yml
vendored
7
.github/workflows/crate-io.yml
vendored
|
@ -9,11 +9,8 @@ jobs:
|
|||
release_rust:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions-rs/toolchain@v1
|
||||
with:
|
||||
toolchain: stable
|
||||
override: true
|
||||
- uses: actions/checkout@v4
|
||||
- uses: dtolnay/rust-toolchain@stable
|
||||
- uses: katyo/publish-crates@v2
|
||||
with:
|
||||
path: './cln-rpc'
|
||||
|
|
Loading…
Add table
Reference in a new issue