Skip to content

Commit

Permalink
Merge pull request #2228 from sfackler/alex-patch-1
Browse files Browse the repository at this point in the history
fix min-versions in CI
  • Loading branch information
sfackler committed Apr 28, 2024
2 parents 83b3186 + 1d2a9bd commit 96e0f5e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Expand Up @@ -72,6 +72,8 @@ jobs:
restore-keys: |
index-${{ runner.os }}-
- run: cargo generate-lockfile
- run: |
cargo update -p cc --precise 1.0.94
- uses: actions/cache@v4
with:
path: ~/.cargo/registry/cache
Expand Down

0 comments on commit 96e0f5e

Please sign in to comment.