1
0
mirror of https://github.com/sharkdp/bat.git synced 2025-01-18 12:05:52 +00:00

[CI] fix cargo audit failing to run

This commit is contained in:
Keith Hall 2024-12-26 21:13:14 +02:00
parent 3e07483f7a
commit 874448c112

View File

@ -153,6 +153,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: cargo install cargo-audit --locked
- run: cargo audit
build: