Skip to content

Commit c7a821d

Browse files
committed
Use cargo's unstable http-registry setting in CI
1 parent 3e66fba commit c7a821d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 1 deletion
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)