Skip to content

Commit 16d0c79

Browse files
authored
Use cargo's unstable http-registry setting in CI (#266)
1 parent 3e66fba commit 16d0c79

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/test.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ jobs:
3535
with:
3636
toolchain: ${{ matrix.rust }}
3737
override: true
38-
- run: make CC=${{ matrix.cc }} PROFILE=release test
38+
- env:
39+
CARGO_UNSTABLE_HTTP_REGISTRY: true
40+
run: make CC=${{ matrix.cc }} PROFILE=release test
3941

4042
valgrind:
4143
name: Valgrind

0 commit comments

Comments
 (0)