Skip to content

Commit 83cc816

Browse files
committed
POGL deps add Mesa on Windows
1 parent 90e1056 commit 83cc816

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

github-actions/install-dep-pogl-dep/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,8 @@ runs:
1010
shell: bash
1111
if: runner.os == 'macOS'
1212
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

Comments
 (0)