Skip to content

Commit

Permalink
Use Mesa instead of winget
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jun 12, 2024
1 parent b3161a4 commit 02d8b64
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,18 +117,9 @@ jobs:
update: true
install: git pkgconf mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake

- name: Install winget
uses: Cyberboss/[email protected]
- name: Install Mesa
if: ${{ runner.os == 'Windows' }}
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install OpenGL Compatibility Pack (Windows)
if: ${{ runner.os == 'Windows' }}
shell: powershell
run: |
winget source update
winget install 9NQPSL29BFFF --source=msstore --disable-interactivity --accept-source-agreements --accept-package-agreements --verbose
uses: ssciwr/setup-mesa-dist-win@v2

- name: Install Dependencies (macOS)
if: ${{ runner.os == 'macOS' }}
Expand Down

0 comments on commit 02d8b64

Please sign in to comment.