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