diff --git a/.github/actions/meteor-build/action.yml b/.github/actions/meteor-build/action.yml index bfd4ae7f5c204..bd159426efda9 100644 --- a/.github/actions/meteor-build/action.yml +++ b/.github/actions/meteor-build/action.yml @@ -53,14 +53,6 @@ runs: 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: @@ -69,6 +61,14 @@ runs: restore-keys: | meteor-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: Install Meteor shell: bash run: |