Skip to content

Commit

Permalink
update mesa
Browse files Browse the repository at this point in the history
  • Loading branch information
Meakk committed Feb 4, 2024
1 parent 40205fa commit 75b7b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/mesa-install-bin/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ runs:
run: |
mkdir mesa
cd mesa
curl.exe -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/22.0.1/mesa3d-22.0.1-release-msvc.7z
curl.exe -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/23.3.5/mesa3d-23.3.5-release-msvc.7z
C:\'Program Files'\7-Zip\7z.exe x mesa.7z
# A * is added next line to force Get-ChildItem to look for directory within the path
Get-ChildItem -Directory ${{inputs.path}}* | ForEach-Object { Copy-Item -Path .\x64\opengl32.dll, .\x64\libglapi.dll, .\x64\libgallium_wgl.dll -Destination $_ }
Expand Down

0 comments on commit 75b7b69

Please sign in to comment.