Skip to content

Commit

Permalink
Merge pull request #25 from artichoke/terraform/update-file-.github-w…
Browse files Browse the repository at this point in the history
…orkflows-audit.yaml

chore: Update `.github/workflows/audit.yaml` in `artichoke/posix-space`
  • Loading branch information
lopopolo authored Dec 21, 2022
2 parents fae38ea + 707130f commit 1fbd3fa
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions .github/workflows/audit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,27 +44,12 @@ jobs:
uses: actions/checkout@v3

- name: Install Rust toolchain
run: |
echo "::group::rustup toolchain install"
rustup toolchain install stable --profile minimal
echo "::endgroup::"
echo "::group::set default toolchain"
rustup default stable
echo "::endgroup::"
echo "::group::rustup version"
rustup -Vv
echo "::endgroup::"
echo "::group::rustc version"
rustc -Vv
echo "::endgroup::"
echo "::group::cargo version"
cargo version --verbose
echo "::endgroup::"
uses: artichoke/setup-rust/audit@v1

- name: Generate Cargo.lock
run: |
if [[ ! -f "Cargo.lock" ]]; then
cargo +stable generate-lockfile --verbose
cargo generate-lockfile --verbose
fi
- uses: EmbarkStudios/cargo-deny-action@v1
Expand Down

0 comments on commit 1fbd3fa

Please sign in to comment.