diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f4c2399c47e9..fa0a1210df7a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -123,22 +123,6 @@ jobs: restore-keys: | vite-local-cache-${{ runner.os }}- - - name: Cache meteor local - uses: actions/cache@v3 - with: - path: ./apps/meteor/.meteor/local - key: meteor-local-cache-${{ runner.OS }}-${{ hashFiles('apps/meteor/.meteor/versions') }} - restore-keys: | - meteor-local-cache-${{ runner.os }}- - - - name: Cache meteor - uses: actions/cache@v3 - with: - path: ~/.meteor - key: meteor-cache-${{ runner.OS }}-${{ hashFiles('apps/meteor/.meteor/release') }} - restore-keys: | - meteor-cache-${{ runner.os }}- - - name: Install Meteor run: | curl 'https://install.meteor.com/?release=2.11.0' | sed s/--progress-bar/-sL/g | /bin/sh