pal1000 / mesa-dist-win

Pre-built Mesa3D drivers for Windows
MIT License
916 stars 80 forks source link

installing on GitHub Actions #114

Open lkeegan opened 2 years ago

lkeegan commented 2 years ago

For convenience when running on github actions CI I created setup-mesa-dist-win, an action which downloads and runs the systemwidedeploy.cmd installation script.

To use it just add this line to your yaml config:

   - uses: ssciwr/setup-mesa-dist-win@v2

Sharing this here in case it is useful for other people.

Many thanks for creating and maintaining this resource!