Skip to content

Commit

Permalink
fix(ci): checkout first
Browse files Browse the repository at this point in the history
  • Loading branch information
idootop committed Nov 20, 2024
1 parent 0ff41c7 commit 8b3ef48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
Expand Down Expand Up @@ -77,6 +78,7 @@ jobs:

runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
- name: Setup PNPM
uses: pnpm/action-setup@v3
with:
Expand Down

0 comments on commit 8b3ef48

Please sign in to comment.