Skip to content

Commit 082ce11

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

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ jobs:
3535
with:
3636
toolchain: ${{ matrix.rust }}
3737
override: true
38-
- run: make CC=${{ matrix.cc }} PROFILE=release test
38+
- env: CARGO_UNSTABLE_HTTP_REGISTRY=true
39+
run: make CC=${{ matrix.cc }} PROFILE=release test
3940

4041
valgrind:
4142
name: Valgrind

0 commit comments

Comments
 (0)