File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments