Skip to content

Commit

Permalink
Address linux build issues
Browse files Browse the repository at this point in the history
  • Loading branch information
hallipr committed May 2, 2024
1 parent ee1e33b commit 6e01952
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: npm ci
shell: bash
run: npm ci
- name: tauri build
- name: npm run build
shell: bash
run: npm run build
- name: upload artifact
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
if: matrix.settings.platform == 'ubuntu-22.04' # This must match the platform value defined above.
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf libsoup2.4-dev
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
# You can remove the one that doesn't apply to your app to speed up the workflow a bit.

Expand Down

0 comments on commit 6e01952

Please sign in to comment.