Skip to content

Commit bb8ffa2

Browse files
committed
CI: restrict apt to linux
1 parent a42008f commit bb8ffa2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: Lint, Typecheck and Test
2-
on: [push, pull_request]
2+
on: [pull_request]
33

44
jobs:
55
check:
@@ -40,6 +40,7 @@ jobs:
4040
steps:
4141
# PyQt6.QtGui import requires libEGL.so.1 (even with QT_QPA_PLATFORM=offscreen)
4242
- name: Packages
43+
if: runner.os == 'Linux'
4344
run: |
4445
sudo apt-get update
4546
sudo apt-get install -y libegl1 libgl1 libxkbcommon-x11-0

0 commit comments

Comments
 (0)