Skip to content

Commit

Permalink
fix(ci): try fixing build error
Browse files Browse the repository at this point in the history
  • Loading branch information
PFiS1737 committed Jun 11, 2024
1 parent 0c59346 commit 8889686
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ jobs:

- uses: pnpm/action-setup@v4
with:
run_install: true
run_install: |
- recursive: false
- args: [--global, gulp]
- name: Clone dist branch
run: git clone -b dist https://github.com/${{ github.repository }} dist
Expand Down

0 comments on commit 8889686

Please sign in to comment.