Skip to content

Commit eb307d6

Browse files
authored
fix(ci): fix audit break due to toolchain (#1042)
#843 (comment) @ZENOTME Signed-off-by: xxchan <[email protected]> Signed-off-by: xxchan <[email protected]>
1 parent 2bc03c2 commit eb307d6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/audit.yml

+5
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ on:
3131
paths:
3232
- "**/Cargo.toml"
3333
- "**/Cargo.lock"
34+
- ".github/workflows/audit.yml"
3435

3536
schedule:
3637
- cron: '0 0 * * *'
@@ -40,6 +41,10 @@ jobs:
4041
runs-on: ubuntu-latest
4142
steps:
4243
- uses: actions/checkout@v4
44+
- name: Setup Rust toolchain
45+
uses: ./.github/actions/setup-builder
46+
with:
47+
rust-version: stable
4348
- uses: rustsec/[email protected]
4449
with:
4550
token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)