Skip to content

Commit

Permalink
Fix mesa driver URL
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed May 14, 2022
1 parent 89e24f4 commit 5dc661a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Install Mesa openGL Drivers
working-directory: ${{env.GITHUB_WORKSPACE}}
env:
UNIT_TEST_MESA_DRIVER_URL: https://github.com/codereader/DarkRadiant_WinDeps/releases/download/2.15.0/unit_test_mesa_driver-x64-20.1.8.7z
UNIT_TEST_MESA_DRIVER_URL: https://github.com/codereader/DarkRadiant_WinDeps/releases/download/3.0.0/unit_test_mesa_driver-x64-20.1.8.7z
run: |
Write-Host ("Downloading Mesa driver package from {0}..." -f $env:UNIT_TEST_MESA_DRIVER_URL)
$outFile = ".\install\unit_test_mesa_driver-x64.7z"
Expand Down

0 comments on commit 5dc661a

Please sign in to comment.