Skip to content

Commit 42feb1f

Browse files
committed
Try wayland dev
1 parent 64beee6 commit 42feb1f

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,9 @@ jobs:
6666
- name: Install Modules
6767
run: npm ci
6868

69-
- name: Fix Python
70-
if: matrix.os == 'macos-14'
71-
run: pip install setuptools
69+
- name: Ubuntu Install Wayland
70+
if: matrix.os == 'ubuntu-22.04'
71+
run: sudo apt-get install -y libwayland-dev
7272

7373
- name: Build Current Binary
7474
run: npm run build

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,6 @@ jobs:
3636
- name: Install Modules
3737
run: npm ci
3838

39-
- name: Fix Python
40-
if: matrix.os == 'macos-14'
41-
run: pip install setuptools
42-
4339
- name: Build Current Binary
4440
run: npm run build
4541

0 commit comments

Comments
 (0)