Skip to content

Commit c8b28d7

Browse files
committed
Pin cc on Windows MSRV.
1 parent ad19d93 commit c8b28d7

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,16 @@ jobs:
4141
- name: Set RUSTFLAGS to deny warnings
4242
if: "matrix.toolchain == '1.63.0'"
4343
run: echo "RUSTFLAGS=-D warnings" >> "$GITHUB_ENV"
44+
- name: Pin cc on Windows MSRV
45+
if: "matrix.toolchain == '1.63.0' && matrix.platform == 'windows-latest'"
46+
run: |
47+
cargo update -p [email protected] --precise "0.23.0" --verbose
48+
cargo update -p [email protected] --precise "0.102.2" --verbose
49+
cargo update -p aws-lc-rs --precise "1.6.0" --verbose
50+
cargo update -p aws-lc-sys --precise "0.13.0" --verbose
51+
cargo update -p ring --precise "0.17.0" --verbose
52+
cargo update -p cmake --precise "0.1.48" --verbose
53+
cargo update -p cc --precise "1.0.72" --verbose
4454
- name: Enable caching for bitcoind
4555
id: cache-bitcoind
4656
uses: actions/cache@v4

0 commit comments

Comments
 (0)