Skip to content

Commit

Permalink
github should already have yarn installed
Browse files Browse the repository at this point in the history
  • Loading branch information
frnsys committed Aug 11, 2024
1 parent 86fc3f7 commit 6b1f9f1
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,16 +51,14 @@ jobs:
run: rustup target add wasm32-unknown-unknown

- name: Setup electron
working-directory: ./build
run: |
npm install --global yarn
yarn install --dev
working-directory: build
run: yarn install --dev

- name: Build game
run: trunk build --release --config hes-game/Trunk.toml --dist build/site

- name: Build and release game app
working-directory: ./build
working-directory: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand All @@ -72,7 +70,7 @@ jobs:
run: trunk build --release --config hes-editor/Trunk.toml --dist build/site

- name: Build and release editor app
working-directory: ./build
working-directory: build
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
Expand Down

0 comments on commit 6b1f9f1

Please sign in to comment.