GitHub Action for Ubuntu wallet build needs new dependencies

This commit is contained in:
Mark Sinclair
2022-02-03 09:30:08 +00:00
parent c495762a42
commit a4d84ffb1b
@@ -21,14 +21,7 @@ jobs:
- name: Tauri dependencies
run: >
sudo apt-get update &&
sudo apt-get install -y \
libgtk-3-dev \
libgtksourceview-3.0-dev \
webkit2gtk-4.0 \
libappindicator3-dev \
webkit2gtk-driver \
xvfb
sudo apt-get install -y webkit2gtk-4.0
- name: Check the release tag starts with `nym-wallet-`
if: startsWith(github.ref, 'refs/tags/nym-wallet-') == false
uses: actions/github-script@v3