Skip to content

Commit

Permalink
CI: update mesa version
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Oct 13, 2024
1 parent 74a4488 commit d8a17e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ jobs:
- name: Install Mesa
if: steps.vars.outputs.arch != 'ARM64'
run: |
curl -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/23.2.1/mesa3d-23.2.1-release-msvc.7z
curl -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/24.2.4/mesa3d-24.2.4-release-msvc.7z
7z x mesa.7z -o*
powershell.exe mesa\systemwidedeploy.cmd 1
# build love to use for the tests
Expand Down

0 comments on commit d8a17e5

Please sign in to comment.