Skip to content

Commit

Permalink
gha: workaround for DNS errors
Browse files Browse the repository at this point in the history
  • Loading branch information
OverOrion committed Jul 20, 2023
1 parent b02c10f commit 2272fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_and_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
run: cd enclave-runtime && cargo fmt --all -- --check

- name: Install taplo
run: cargo install taplo-cli --locked
run: CARGO_HTTP_MULTIPLEXING=false cargo install taplo-cli --locked
- name: Cargo.toml fmt
run: taplo fmt --check

Expand Down

0 comments on commit 2272fd0

Please sign in to comment.