mirror of
https://github.com/garraflavatra/rolens.git
synced 2025-01-18 21:17:59 +00:00
Ubuntu CI: install Wails dependencies
This commit is contained in:
parent
b18917ebb4
commit
e0235b2eb5
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -32,6 +32,10 @@ jobs:
|
||||
- name: Install Wails
|
||||
run: go install github.com/wailsapp/wails/v2/cmd/wails@latest
|
||||
|
||||
- name: Install Wails dependencies for Linux
|
||||
if: matrix.platform == 'ubuntu-22.04'
|
||||
run: sudo dnf install gtk3-devel webkit2gtk4.0-devel webkit2gtk3-devel gcc-c++
|
||||
|
||||
- name: Set up Node.js
|
||||
uses: actions/setup-node@v3
|
||||
with:
|
||||
|
Loading…
Reference in New Issue
Block a user