From d6ad7484a6cca09f4cba9fbb6a830a379220275c Mon Sep 17 00:00:00 2001 From: Max Brunsfeld Date: Mon, 11 Jan 2021 16:59:05 -0800 Subject: [PATCH] Fix install-rust step in GH CI --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5f43d8aa..a6ffd2fb 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,6 +27,7 @@ jobs: uses: actions/checkout@v2 - name: Cache artifacts + id: cache uses: actions/cache@v2 with: path: | @@ -41,7 +42,6 @@ jobs: with: toolchain: ${{ matrix.toolchain }} profile: minimal - override: true - name: Install emscripten uses: mymindstorm/setup-emsdk@v7