Skip to content

Commit

Permalink
Disable CRL checks during Windows test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zanieb committed Feb 5, 2025
1 parent d47088c commit 64783bb
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,6 +217,11 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: "Install Rust toolchain"
run: rustup show
# There are spurious CRL server offline errors when downloading
# `cargo-bloat` with curl below, so we just disable them for now
- name: "Disable CRL checks"
run: |
reg add "HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Internet Settings" /v CrlCheck /t REG_DWORD /d 0
- name: "Install cargo nextest"
uses: taiki-e/install-action@v2
with:
Expand Down

0 comments on commit 64783bb

Please sign in to comment.