Skip to content

Commit

Permalink
fix security audit CI for real
Browse files Browse the repository at this point in the history
  • Loading branch information
zaidoon1 committed Dec 20, 2024
1 parent bc097ee commit b62f49e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,12 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install rust
uses: dtolnay/rust-toolchain@stable

- name: use stable rust
run: rustup override set stable

- name: Generate Cargo.lock
run: cargo generate-lockfile

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
- name: Install rust
uses: dtolnay/rust-toolchain@stable

- uses: rustup override set stable
- name: use stable rust
run: rustup override set stable

- name: generate Cargo.lock
run: cargo generate-lockfile
Expand Down

0 comments on commit b62f49e

Please sign in to comment.