Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
BuWH committed Jul 19, 2024
1 parent 53fdfde commit 8ad6cb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
with:
node-version: 20
cache: 'pnpm'
- name: Install
run: pnpm install
- name: Restore cached Electron
id: cache-electron
uses: actions/cache/restore@v3
Expand All @@ -55,8 +57,6 @@ jobs:
if: steps.cache-electron.outputs.cache-hit == 'true'
run: |
echo "Cache found"
- name: Install
run: pnpm install
- name: Build
run: |
pnpm run --prefix xmcl-keystone-ui build
Expand Down

0 comments on commit 8ad6cb0

Please sign in to comment.