Skip to content

Commit

Permalink
fixup: universal
Browse files Browse the repository at this point in the history
  • Loading branch information
dlon committed Oct 28, 2023
1 parent 7573ff5 commit 06296aa
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/desktop-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,19 +174,16 @@ jobs:
uses: actions-rs/[email protected]
with:
toolchain: stable
target: aarch64-apple-darwin
default: true
- name: Install Go
uses: actions/setup-go@v3
with:
go-version: 1.18.5
- name: Build app
env:
UNIVERSAL: true
run: ./build.sh
run: ./build.sh --universal
- name: Build test executable
env:
TARGET: aarch64-apple-darwin
run: ./gui/scripts/build-test-executable.sh
run: ./gui/scripts/build-test-executable.sh aarch64-apple-darwin
- uses: actions/upload-artifact@v3
if: '!cancelled()'
with:
Expand Down

0 comments on commit 06296aa

Please sign in to comment.