Remove deps cache step.

This commit is contained in:
Buster "Silver Eagle" Neece 2021-12-13 07:43:30 -06:00
parent 5d3a11355d
commit dc996338fa
No known key found for this signature in database
GPG Key ID: 9FC8B9E008872109
2 changed files with 0 additions and 7 deletions

View File

@ -3,5 +3,4 @@
.run
frontend/node_modules
vendor
!vendor/.gitkeep
resources/*.mp3

View File

@ -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