Skip to content

Commit

Permalink
EXP: Remove Cache meteor (local and plain)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmagedman committed Sep 6, 2023
1 parent 4d28f86 commit 4ace8ce
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ace8ce

Please sign in to comment.