add opengl support to github actions windows

pull/258/head
Joe Marshall 2024-01-26 17:15:34 +00:00 zatwierdzone przez GitHub
rodzic 11bf1fc04b
commit da569b7b19
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: B5690EEEBB952194
1 zmienionych plików z 7 dodań i 0 usunięć

Wyświetl plik

@ -62,6 +62,13 @@ jobs:
with:
path: blender
key: ${{ matrix.os }}-${{ matrix.blender_version}}-blender
- name: Install mesa for opengl software rendering in windows
uses: ssciwr/setup-mesa-dist-win@v2
if: runner.os == 'Windows'
with:
version: '23.3.3'
build-type: 'release-msvc'
deployment-choice: '1'
- name: Make addon zip
uses: thedoctor0/zip-release@0.7.5
if: always()