Skip to content

Commit

Permalink
wails worflow
Browse files Browse the repository at this point in the history
  • Loading branch information
frnandu committed Jan 20, 2024
1 parent 9caa8d8 commit 217aa5b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/wails.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,13 @@ jobs:
with:
node-version: 18.x
- name: Install Wails
if: inputs.build == 'true'
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
shell: bash
- name: Install Linux Wails deps
if: inputs.build == 'true' && runner.os == 'Linux'
run: sudo apt-get update && sudo apt-get install libgtk-3-0 libwebkit2gtk-4.0-dev gcc-aarch64-linux-gnu
shell: bash
# Building step
- name: Build App
if: inputs.build == 'true' && runner.os == 'Linux'
working-directory: .
run: wails build --platform ${{ matrix.build.platform }} -tags "wails"
#-o ${{ matrix.build.name }}
Expand Down

0 comments on commit 217aa5b

Please sign in to comment.