Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatic Ubuntu dependency installation #334

Open
probablykasper opened this issue Dec 2, 2022 · 0 comments
Open

Automatic Ubuntu dependency installation #334

probablykasper opened this issue Dec 2, 2022 · 0 comments
Labels
status: wontfix This will not be worked on

Comments

@probablykasper
Copy link
Member

probablykasper commented Dec 2, 2022

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 patchelf

It 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

@FabianLars FabianLars added the status: wontfix This will not be worked on label Feb 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status: wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

2 participants