From cf39be85afc24af6cf62c657ff29c5c3447b853f Mon Sep 17 00:00:00 2001 From: Nolan Darilek Date: Wed, 30 Dec 2020 12:43:15 -0600 Subject: [PATCH] Looks like the tool cache isn't supported or is failing. Comment out for now. --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0fbeda6..f8032ba 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -76,7 +76,7 @@ jobs: - uses: actions-rs/install@v0.1 with: crate: cargo-make - use-tool-cache: true + # use-tool-cache: true - uses: actions-rs/cargo@v1 with: command: make