mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-06-20 04:44:10 -04:00
fix(ci): Upgrade rust toolchaint in draft-new-release action
This commit is contained in:
parent
119b8714ef
commit
44be5de372
1 changed files with 1 additions and 1 deletions
2
.github/workflows/draft-new-release.yml
vendored
2
.github/workflows/draft-new-release.yml
vendored
|
@ -43,7 +43,7 @@ jobs:
|
||||||
id: make-commit
|
id: make-commit
|
||||||
env:
|
env:
|
||||||
DPRINT_VERSION: "0.39.1"
|
DPRINT_VERSION: "0.39.1"
|
||||||
RUST_TOOLCHAIN: "1.74"
|
RUST_TOOLCHAIN: "1.79"
|
||||||
run: |
|
run: |
|
||||||
rustup component add rustfmt --toolchain "$RUST_TOOLCHAIN-x86_64-unknown-linux-gnu"
|
rustup component add rustfmt --toolchain "$RUST_TOOLCHAIN-x86_64-unknown-linux-gnu"
|
||||||
curl -fsSL https://dprint.dev/install.sh | sh -s $DPRINT_VERSION
|
curl -fsSL https://dprint.dev/install.sh | sh -s $DPRINT_VERSION
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue