Skip to content

Commit 9d35221

Browse files
committed
Update rust toolchain before cargo deny
1 parent 45aa61e commit 9d35221

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@v4
22+
- name: Update Rust Toolchain
23+
run: rustup update
2224
- uses: EmbarkStudios/cargo-deny-action@v2
2325
cargo-fmt:
2426
# only run for pushes to tags or non-dependabot branches

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/checkout@v4
23+
- name: Update Rust Toolchain
24+
run: rustup update
2325
- uses: EmbarkStudios/cargo-deny-action@v2
2426
cargo-fmt:
2527
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)