[CI > Test] Don't cache client
This commit is contained in:
parent
7a1cd8203f
commit
2c977bf81d
1 changed files with 0 additions and 7 deletions
7
.github/workflows/nightly.yml
vendored
7
.github/workflows/nightly.yml
vendored
|
@ -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…
Reference in a new issue