[CI > Test] Don't cache client

main
Oj 2 years ago
parent 7a1cd8203f
commit 2c977bf81d

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

Loading…
Cancel
Save