Skip to content

Instantly share code, notes, and snippets.

@amir9480
Created January 10, 2021 18:57
Show Gist options
  • Save amir9480/f0f0248cfac9e092996f2dcbb2efe18f to your computer and use it in GitHub Desktop.
Save amir9480/f0f0248cfac9e092996f2dcbb2efe18f to your computer and use it in GitHub Desktop.
Install Mesa3D Github Actions workflow
- name: Install Mesa
shell: cmd
run: |
curl.exe -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/20.3.2/mesa3d-20.3.2-release-msvc.7z
"C:\Program Files\7-Zip\7z.exe" x mesa.7z
mklink opengl32.dll "x64\opengl32.dll"
mklink libglapi.dll "x64\libglapi.dll"
working-directory: build\tests\Debug
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment