Skip to content

Commit

Permalink
Revert "ci: update github workflow"
Browse files Browse the repository at this point in the history
This reverts commit f528ad8.
  • Loading branch information
sunng87 committed Jan 8, 2025
1 parent f528ad8 commit 715c6be
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,18 @@ jobs:
name: MSRV
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
with:
toolchain: "nightly"
toolchain: "1.73"
override: true
- uses: taiki-e/install-action@cargo-hack
- uses: taiki-e/install-action@cargo-minimal-versions
- run: cargo minimal-versions check --all-features
- run: cargo build --all-features

security_audit:
name: rust_audit
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 715c6be

Please sign in to comment.