We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ff957 commit 5ba4ab2Copy full SHA for 5ba4ab2
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ env:
9
jobs:
10
linux:
11
runs-on: ubuntu-latest
12
- timeout-minutes: 20
+ timeout-minutes: 10
13
14
steps:
15
- uses: actions/checkout@v4
@@ -22,12 +22,19 @@ jobs:
22
8.0.x
23
10.0.x
24
25
+ - name: Setup virtual environment
26
+ run: |
27
+ export DISPLAY=:99
28
+ echo "DISPLAY=:99" >> $GITHUB_ENV
29
+ Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 &
30
+ sleep 30
31
+
32
- name: Build
33
run: ./build.sh
34
35
windows:
36
runs-on: windows-latest
37
38
39
40
0 commit comments