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 082ce11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ 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 082ce11

Please sign in to comment.