Skip to content

Commit

Permalink
Fix CI for 1.45.0 (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitsuhiko committed Aug 21, 2022
1 parent 1485fad commit 6247954
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6247954

Please sign in to comment.