Skip to content

Commit

Permalink
Bumping versions for 2022.4.27 release (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
a5huynh authored Apr 28, 2022
1 parent 59526c5 commit 0963469
Show file tree
Hide file tree
Showing 5 changed files with 164 additions and 200 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt-get update
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 \
libayatana-appindicator3-dev \
librsvg2-dev \
patchelf
- name: Setup arch target (macos / linux only)
if: matrix.platform != 'windows-latest'
run: |
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
libwebkit2gtk-4.0-dev \
libgtk-3-dev \
libappindicator3-dev \
libayatana-appindicator3-dev \
librsvg2-dev
cargo install tauri-cli --locked --version ^1.0.0-rc.8
cargo install --locked trunk
Expand Down
Loading

0 comments on commit 0963469

Please sign in to comment.