Skip to content

Commit b7fec63

Browse files
committed
Update CI.yml
1 parent 3e53f29 commit b7fec63

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ 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 libglvnd-dev xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
34+
- run : sudo apt-get update && sudo apt-get install -y libglvnd-dev libegl-dev xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
3535
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucanvas -e 'using Pkg; pkg"dev WGSLTypes . WGPUNative WGPUCore"'
3636
#- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucanvas -e 'using Pkg; Pkg.test("WGPUCanvas", coverage=true)'
3737
- uses: julia-actions/julia-processcoverage@v1
@@ -48,7 +48,7 @@ jobs:
4848
- uses: julia-actions/setup-julia@v1
4949
with:
5050
version: '1'
51-
- run : sudo apt-get update && sudo apt-get install -y libglvnd-dev xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
51+
- run : sudo apt-get update && sudo apt-get install -y libglvnd-dev libegl-dev xorg-dev mesa-utils xvfb libgl1 freeglut3-dev libxrandr-dev libxinerama-dev libxcursor-dev libxi-dev libxext-dev
5252
- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucanvas -e 'using Pkg; pkg"dev WGSLTypes . WGPUNative WGPUCore"'
5353
#- run : DISPLAY=:0 xvfb-run -s '-screen 0 1024x768x24' julia --color=yes --project=wgpucanvas -e 'using Pkg; Pkg.test("WGPUCanvas", coverage=true)'
5454
- uses: julia-actions/julia-docdeploy@v1

0 commit comments

Comments
 (0)