Skip to content

Commit

Permalink
fix: try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyxiao committed Dec 16, 2023
1 parent fd3c4b6 commit 75ac3e2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/validate-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile

- name: Install example dependencies
run: cd examples && npm i

# - name: Set up tmate session
# uses: mxschmitt/action-tmate@v2

Expand Down

0 comments on commit 75ac3e2

Please sign in to comment.