Skip to content

Commit

Permalink
ci: adopt cargo-auditable
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanccn committed Apr 2, 2024
1 parent fd8e1de commit 06ec194
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ jobs:
- name: Setup Rust cache
uses: Swatinem/rust-cache@v2

- name: Install cargo-auditable
run: cargo install cargo-auditable

- name: Build
run: cargo build --release --locked --target ${{ matrix.target }}
run: cargo auditable build --release --locked --target ${{ matrix.target }}

- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 06ec194

Please sign in to comment.