From dc996338fab6c891a035246ab93b5d281947bdb2 Mon Sep 17 00:00:00 2001 From: "Buster \"Silver Eagle\" Neece" Date: Mon, 13 Dec 2021 07:43:30 -0600 Subject: [PATCH] Remove deps cache step. --- .dockerignore | 1 - .github/workflows/default.yml | 6 ------ 2 files changed, 7 deletions(-) diff --git a/.dockerignore b/.dockerignore index b41199e15..45d1b35f0 100644 --- a/.dockerignore +++ b/.dockerignore @@ -3,5 +3,4 @@ .run frontend/node_modules vendor -!vendor/.gitkeep resources/*.mp3 diff --git a/.github/workflows/default.yml b/.github/workflows/default.yml index c05e30803..ef364dcbf 100644 --- a/.github/workflows/default.yml +++ b/.github/workflows/default.yml @@ -40,12 +40,6 @@ jobs: extensions: intl, maxminddb tools: composer:v2, cs2pr - - name: Cache PHP dependencies - uses: actions/cache@v2 - with: - path: vendor - key: ${{ runner.OS }}-build-${{ hashFiles('**/composer.lock') }} - - name: Set console permissions and clear static assets. run: | rm -rf web/static/dist