We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4013b30 + d933cb7 commit f2b842bCopy full SHA for f2b842b
2 files changed
.github/actions/build/action.yml
@@ -18,4 +18,4 @@ runs:
18
- name: Build release
19
if: ${{ inputs.release == 'true' }}
20
shell: bash
21
- run: cargo build --release --target ${{ inputs.target }} -r
+ run: cargo build --release --target ${{ inputs.target }}
.github/actions/check/action.yml
@@ -9,6 +9,7 @@ runs:
9
if ! command -v cargo-audit &> /dev/null; then
10
cargo install cargo-audit
11
fi
12
+ cargo install cargo-audit
13
cargo audit
14
15
- name: Fmt
0 commit comments