change build cmd

This commit is contained in:
neil 2023-01-06 08:35:04 +08:00
parent 243d587c94
commit 84698c3669

View file

@ -125,16 +125,16 @@ jobs:
# name: darwin+x86-64 # name: darwin+x86-64
# id: mac_latest # id: mac_latest
# TODO: blocked by gtk packages # TODO: blocked by gtk packages
# - os: ubuntu-latest - os: ubuntu-latest
# name: linux+x86-64 name: linux+x86-64
# id: linux id: linux
# - os: [self-hosted, macOS, ARM64] # - os: [self-hosted, macOS, ARM64]
# name: darwin+aarch64 # name: darwin+aarch64
# id: mac_m1 # id: mac_m1
# note: if this fails maybe the runner got replaced, manually installed gtk there # note: if this fails maybe the runner got replaced, manually installed gtk there
# sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf # sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- os: [self-hosted, linux, ARM64] # - os: [self-hosted, linux, ARM64]
name: linux+aarch64 # name: linux+aarch64
container: ${{ matrix.platform.container }} container: ${{ matrix.platform.container }}
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
@ -168,7 +168,7 @@ jobs:
# TODO: https://tauri.app/v1/guides/distribution/sign-linux # TODO: https://tauri.app/v1/guides/distribution/sign-linux
run: | run: |
sh <(curl https://tea.xyz) . sh <(curl https://tea.xyz) .
sh <(curl https://tea.xyz) . build sh <(curl https://tea.xyz) -x build
- name: build platform output - name: build platform output
id: build_platform id: build_platform