Skip to content

Commit 044c696

Browse files
committed
Next try
1 parent f559d40 commit 044c696

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/ReusableTest.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,10 @@ jobs:
5959
echo "Copied $DEFAULT to $TARGET"
6060
fi
6161
- name: Install xvfb for headless GL rendering
62+
if: runner.os == 'Linux'
6263
run: sudo apt-get update && sudo apt-get install -y xvfb
6364
- name: Start virtual framebuffer
65+
if: runner.os == 'Linux'
6466
run: |
6567
Xvfb :99 -screen 0 1024x768x24 &
6668
echo "DISPLAY=:99" >> $GITHUB_ENV

.github/workflows/Test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,10 @@ jobs:
111111
echo "Copied $DEFAULT to $TARGET"
112112
fi
113113
- name: Install xvfb for headless GL rendering
114+
if: runner.os == 'Linux'
114115
run: sudo apt-get update && sudo apt-get install -y xvfb
115116
- name: Start virtual framebuffer
117+
if: runner.os == 'Linux'
116118
run: |
117119
Xvfb :99 -screen 0 1024x768x24 &
118120
echo "DISPLAY=:99" >> $GITHUB_ENV

0 commit comments

Comments
 (0)