Skip to content

Commit 747f710

Browse files
committed
Fix PkgEval
1 parent 538187b commit 747f710

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/PkgEval.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,16 @@ jobs:
1414
- uses: julia-actions/setup-julia@v2
1515
with:
1616
version: '1'
17+
- name: Install XVFB
18+
run: sudo apt-get install xvfb
1719
- uses: julia-actions/cache@v2
1820
- uses: actions/checkout@v4
1921
with:
2022
repository: 'JuliaCI/PkgEval.jl'
2123
- name: Instantiate PkgEval
2224
run: julia --project=. -e 'import Pkg; Pkg.instantiate()'
2325
- name: Run PkgEval
24-
shell: julia --project=. {0}
26+
shell: xvfb-run --auto-servernum julia --project=. {0}
2527
run: |
2628
BRANCH = ENV["GITHUB_REF_NAME"]
2729
using PkgEval

0 commit comments

Comments
 (0)