mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-04-28 11:46:11 -04:00
fix(ci): Upgrade rust toolchaint in draft-new-release action
This commit is contained in:
parent
119b8714ef
commit
44be5de372
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…
x
Reference in New Issue
Block a user