Skip to content

Commit

Permalink
fix: build
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx committed Nov 24, 2022
1 parent d8a9462 commit 2e04f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cache: 'pnpm'
- name: Install dependencies
id: install_code
run: npm ci
run: pnpm i
- name: Setup java
uses: actions/setup-java@v3
with:
Expand Down

0 comments on commit 2e04f9d

Please sign in to comment.