Skip to content

Commit

Permalink
fix ubuntu build error
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjj1024 committed Dec 18, 2024
1 parent 09b054e commit 589c6ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/auto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ jobs:
target: 'x86_64-apple-darwin'
args: '--target x86_64-apple-darwin'

- platform: 'ubuntu-20.04'
- platform: 'ubuntu-22.04'
target: 'x86_64-unknown-linux-gnu'
args: ''
- platform: 'ubuntu-20.04'
- platform: 'ubuntu-22.04'
target: 'aarch64-unknown-linux-gnu'
args: ''

Expand Down Expand Up @@ -64,10 +64,10 @@ jobs:
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
if: matrix.platform == 'ubuntu-22.04'
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.0-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: pnpm install # change this to npm, pnpm or bun depending on which one you use.
Expand Down

0 comments on commit 589c6ee

Please sign in to comment.