Skip to content

Commit

Permalink
chore: gh action refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
antoniocapelo committed Feb 7, 2025
1 parent d296351 commit f96ff59
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ jobs:
with:
submodules: true
token: ${{ secrets.GITHUB_TOKEN }}

- name: Initialize submodules
run: git submodule update --init

- name: Setup pnpm
uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit f96ff59

Please sign in to comment.