mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-09 17:48:19 +00:00
Also apply Cargo CI workaround to style workflow
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 #7173.
This commit is contained in:
parent
a706074c82
commit
eb880bc192
2
.github/workflows/style.yml
vendored
2
.github/workflows/style.yml
vendored
|
@ -11,6 +11,8 @@ on:
|
|||
jobs:
|
||||
check-style:
|
||||
runs-on: ubuntu-20.04
|
||||
env:
|
||||
CARGO_HTTP_MULTIPLEXING: false
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue