Skip to content

Commit

Permalink
ci: Fix cc dependency error
Browse files Browse the repository at this point in the history
  • Loading branch information
LagginTimes committed Jul 8, 2024
1 parent ac3a388 commit 44df255
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cont_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
cargo update -p home --precise "0.5.5"
cargo update -p proptest --precise "1.2.0"
cargo update -p url --precise "2.5.0"
cargo update -p cc --precise "1.0.105"
- name: Build
run: cargo build ${{ matrix.features }}
- name: Test
Expand Down

0 comments on commit 44df255

Please sign in to comment.