Skip to content

Commit

Permalink
fix: hopefully fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
greendoescode authored Sep 3, 2024
1 parent e8fc3f5 commit 8f99f28
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,10 @@ jobs:
run: |
sudo apt-get update
sudo apt-get install -y libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: install target for windows
if: matrix.platform == 'windows-latest'
run: rustup target add x86_64-unknown-linux-gnu

- name: install frontend dependencies
run: pnpm install
Expand Down

0 comments on commit 8f99f28

Please sign in to comment.