diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 05d04cfb..af14db36 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -30,6 +30,9 @@ jobs: - name: Build run: cargo build --features=unstable_machinery,builtins,source,json,urlencode,debug,internal_debug working-directory: ./minijinja + env: + CARGO_NET_GIT_FETCH_WITH_CLI: "true" + CARGO_HTTP_MULTIPLEXING: "false" test-stable: name: Test on 1.56.1