Upgrade Mesa version to 25.3.1.

This commit is contained in:
Skyth
2025-12-09 14:03:25 +03:00
parent 7719abc192
commit 1bdec2ab6a
5 changed files with 356 additions and 137 deletions

View File

@@ -100,6 +100,10 @@ jobs:
run: |
python -m pip install mako
- name: Install pyyaml
run: |
python -m pip install pyyaml
- name: Setup MinGW/LLVM
if: ${{ matrix.platform == 'windows' && matrix.llvm == 'yes' }}
run: |