File tree Expand file tree Collapse file tree 2 files changed +11
-0
lines changed
Expand file tree Collapse file tree 2 files changed +11
-0
lines changed Original file line number Diff line number Diff line change 2929 with :
3030 version : ${{ matrix.version }}
3131 arch : ${{ matrix.arch }}
32+ # Mesa install copied from https://github.com/microsoft/OpticSim.jl
33+ - name : Install Mesa (Windows only)
34+ if : runner.os == 'Windows'
35+ shell : cmd
36+ working-directory : ${{ steps.setup-julia.outputs.julia-bindir }}
37+ run : |
38+ curl.exe -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/21.3.5/mesa3d-21.3.5-release-msvc.7z
39+ "C:\Program Files\7-Zip\7z.exe" x mesa.7z
40+ mklink opengl32.dll "x64\opengl32.dll"
41+ mklink libglapi.dll "x64\libglapi.dll"
3242 - name : Cache artifacts
3343 uses : actions/cache@v1
3444 env :
Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ function runexamples()
55 if Sys. iswindows () && get (ENV , " CI" , " false" ) == " true"
66 push! (excluded, " gltriangle.jl" ) # CI OpenGL is too old
77 push! (excluded, " makie.jl" ) # CI OpenGL is too old
8+ push! (excluded, " makie-plot.jl" ) # CI OpenGL is too old
89 end
910
1011 renderstring = " Frame rendered"
You can’t perform that action at this time.
0 commit comments