mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 21:17:59 +00:00
Trying to fix linux dependencies (CI)
This commit is contained in:
parent
80c304aa25
commit
fca9518c61
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -34,7 +34,7 @@ jobs:
|
||||
|
||||
- name: Install Wails dependencies for Linux
|
||||
if: matrix.platform == 'ubuntu-22.04'
|
||||
run: sudo apt-get install gtk3-devel webkit2gtk4.0-devel webkit2gtk3-devel gcc-c++
|
||||
run: sudo apt-get install gtk+-3.0 webkit2gtk-4.0 gio-unix-2.0
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
|
Loading…
Reference in New Issue
Block a user