Skip to content

Commit

Permalink
undo the parallel
Browse files Browse the repository at this point in the history
  • Loading branch information
BuWH committed Jul 19, 2024
1 parent 3fe7869 commit 5e1d1b2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,16 +104,8 @@ jobs:
name: mac-b${{ github.run_number }}-arm64
path: |
xmcl-electron-app/build/output/mac-arm64/
cache-electron:
needs: build
if: needs.build.outputs.cache-hit != 'true'
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Save cached Electron
if: steps.cache-electron.outputs.cache-hit != 'true'
uses: actions/cache/save@v3
with:
path: |
Expand Down

0 comments on commit 5e1d1b2

Please sign in to comment.