diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0db23adb..917f399f 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -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/install-winget@v1.0.6 + - 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' }}