Skip to content

Commit

Permalink
Use cargo's unstable http-registry setting in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jsha committed Jun 16, 2022
1 parent 3e66fba commit c7a821d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ jobs:
with:
toolchain: ${{ matrix.rust }}
override: true
- run: make CC=${{ matrix.cc }} PROFILE=release test
- env:
CARGO_UNSTABLE_HTTP_REGISTRY: true
run: make CC=${{ matrix.cc }} PROFILE=release test

valgrind:
name: Valgrind
Expand Down

0 comments on commit c7a821d

Please sign in to comment.