Skip to content

Commit

Permalink
debug msrv failing
Browse files Browse the repository at this point in the history
  • Loading branch information
orium committed May 30, 2024
1 parent dcb468b commit d8bc298
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,7 @@ jobs:
uses: actions/checkout@v4

- name: Check the minimum supported rust version
run: cargo msrv verify
run: |
ls
cargo check
cargo msrv verify

0 comments on commit d8bc298

Please sign in to comment.