Skip to content

Commit

Permalink
Try just making the symlinks like the instructions say to
Browse files Browse the repository at this point in the history
  • Loading branch information
retroandchill authored Nov 17, 2023
1 parent 3c14c1d commit 73a42c1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ jobs:
run: |
curl.exe -L --output mesa.7z --url https://github.com/pal1000/mesa-dist-win/releases/download/20.3.2/mesa3d-20.3.2-release-msvc.7z
"C:\Program Files\7-Zip\7z.exe" x mesa.7z
echo "$(pwd)\x64" >> $GITHUB_PATH
mklink opengl32.dll "x64\opengl32.dll"
mklink libglapi.dll "x64\libglapi.dll"
- name: Run Tests
run: rake --trace
Expand Down

0 comments on commit 73a42c1

Please sign in to comment.