Skip to content

Commit

Permalink
Also apply Cargo CI workaround to style workflow
Browse files Browse the repository at this point in the history
Since the style workflow also uses cargo, we should also set the property `CARGO_HTTP_MULTIPLEXING: false` to hopefully fix the spurious network errors.

See ddnet#7173.
  • Loading branch information
Robyt3 committed Sep 18, 2023
1 parent a706074 commit eb880bc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/style.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ on:
jobs:
check-style:
runs-on: ubuntu-20.04
env:
CARGO_HTTP_MULTIPLEXING: false
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit eb880bc

Please sign in to comment.