Skip to content

Commit

Permalink
build fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
grctest committed Jul 15, 2024
1 parent a23d87b commit 11e70a2
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,12 @@ jobs:
with:
bun-version: 'latest'

- run: bun install
- name: prepare install
if: matrix.os == 'ubuntu-latest'
run: rm -rf dist/linux-unpacked

- name: Install dependencies
run: bun install

- run: bun run gitClone
- run: bun run mvRPG
Expand Down

0 comments on commit 11e70a2

Please sign in to comment.