We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90e1056 commit 83cc816Copy full SHA for 83cc816
github-actions/install-dep-pogl-dep/action.yml
@@ -10,3 +10,8 @@ runs:
10
shell: bash
11
if: runner.os == 'macOS'
12
run: brew install freeglut
13
+ - name: Install Mesa Windows
14
+ if: runner.os == 'Windows'
15
+ uses: f3d-app/install-mesa-windows-action@v1
16
+ with:
17
+ path: C:/hostedtoolcache/windows/strawberry-perl/*/*/c/bin
0 commit comments