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:
Robert Müller 2023-09-18 16:31:16 +02:00
parent a706074c82
commit eb880bc192

View file

@ -11,6 +11,8 @@ on:
jobs:
check-style:
runs-on: ubuntu-20.04
env:
CARGO_HTTP_MULTIPLEXING: false
steps:
- uses: actions/checkout@v3
with: