Skip to content

Commit

Permalink
try with setup-bun
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen3H committed Sep 21, 2024
1 parent 96c878b commit 1b03124
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Crossplatform Wails Build
name: Crossplatform Build Workflow

# on:
# push:
Expand Down Expand Up @@ -30,11 +30,16 @@ jobs:
runs-on: ${{ matrix.build.os }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
submodules: recursive

- name: Build wails
- name: Setup Bun
uses: oven-sh/setup-bun@v2
with:
bun-version: latest

- name: Wails Build
uses: dAppServer/[email protected]
id: build
with:
Expand Down

0 comments on commit 1b03124

Please sign in to comment.