Skip to content

Commit

Permalink
Install rust stable in audit CI job.
Browse files Browse the repository at this point in the history
This is to get around this issue:
actions-rs/audit-check#215
  • Loading branch information
azriel91 committed Oct 31, 2021
1 parent 1a457ec commit a515dfd
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
override: true
- uses: actions-rs/audit-check@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a515dfd

Please sign in to comment.