Skip to content

Commit 822bc81

Browse files
committed
Update CI.yml
1 parent 3b383ce commit 822bc81

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,8 @@ jobs:
3131
version: ${{ matrix.version }}
3232
arch: ${{ matrix.arch }}
3333
- uses: julia-actions/cache@v1
34-
# - run : sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
35-
# - run : julia --color=yes --project=wgpucore -e 'using Pkg; pkg"dev . WGPUNative"'
36-
- run : julia --color=yes --project=wgpucore -e 'using Pkg; pkg"dev . WGPUNative"'
34+
- run : sudo apt-get update && sudo apt-get install -y xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
35+
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucore -e 'using Pkg; pkg"dev . WGPUNative"'
3736
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucore -e 'using Pkg; Pkg.test("WGPUCore", coverage=true)'
3837
- uses: julia-actions/julia-processcoverage@v1
3938
- uses: codecov/codecov-action@v2

0 commit comments

Comments
 (0)