generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 218
Open
Labels
type: feature requestNew feature or requestNew feature or request
Description
Just noticed that the Ubuntu install command is different than what it was before:
- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-20.04'
run: |
sudo apt-get update
sudo apt-get install -y libgtk-3-dev webkit2gtk-4.0 libappindicator3-dev librsvg2-dev patchelfIt would be great if the tauri action could take care of that step automatically by default. If the command needs to be changed in the future, it could be included in a major version update
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
type: feature requestNew feature or requestNew feature or request