Skip to content

Commit

Permalink
update workflow to work with newer build
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzshantaram committed Sep 20, 2022
1 parent f0f51c7 commit 15b085c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ jobs:
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
- name: install tauri bundler
run: cargo install tauri-bundler --force
- name: install webkit2gtk on Ubuntu runners
if: matrix.platform == 'ubuntu-latest'
if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y webkit2gtk-4.0
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelf
- name: install npm dependencies
run: yarn
- name: install rust cli
Expand Down

0 comments on commit 15b085c

Please sign in to comment.