Skip to content

Commit

Permalink
fix github action turbo: command not found
Browse files Browse the repository at this point in the history
  • Loading branch information
lerte committed Apr 12, 2024
1 parent 345b57b commit 00ba5ce
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
uses: pnpm/action-setup@v3
with:
version: 8
- name: Install dependencies
run: pnpm install
- uses: dAppServer/[email protected]
with:
build-name: ${{ matrix.build.name }}
Expand Down

0 comments on commit 00ba5ce

Please sign in to comment.