diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0a3a621..86e22f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: 16 - cache: 'yarn' - name: Install shared deps run: yarn install @@ -52,7 +51,6 @@ jobs: uses: actions/setup-node@v2 with: node-version: 16 - cache: 'yarn' - name: Download Webui dist uses: actions/download-artifact@v1