[CI > Test] Don't cache client

This commit is contained in:
Ducko 2022-02-02 19:28:59 +00:00
parent 7a1cd8203f
commit 2c977bf81d
1 changed files with 0 additions and 7 deletions

View File

@ -62,13 +62,6 @@ jobs:
with:
node-version: 16.x
- name: Cache Client
id: cache-client
uses: actions/cache@v2
with:
path: DiscordCanary
key: ${{ runner.os }}-client
- name: Download Client with OpenAsar
if: steps.cache-client.outputs.cache-hit != 'true'
run: |