Skip to content

Commit 96e0f5e

Browse files
authored
Merge pull request sfackler#2228 from sfackler/alex-patch-1
fix min-versions in CI
2 parents 83b3186 + 1d2a9bd commit 96e0f5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ jobs:
7272
restore-keys: |
7373
index-${{ runner.os }}-
7474
- run: cargo generate-lockfile
75+
- run: |
76+
cargo update -p cc --precise 1.0.94
7577
- uses: actions/cache@v4
7678
with:
7779
path: ~/.cargo/registry/cache

0 commit comments

Comments
 (0)