Skip to content

Commit

Permalink
Revert "Don't use winget"
Browse files Browse the repository at this point in the history
This reverts commit cb31074.
  • Loading branch information
JesseTG committed Jun 12, 2024
1 parent 293d365 commit 936fa47
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,19 @@ jobs:
update: true
install: git pkgconf mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake

- name: Install winget
uses: Cyberboss/[email protected]
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
- name: Install Dependencies (macOS)
if: ${{ runner.os == 'macOS' }}
shell: bash
Expand Down

0 comments on commit 936fa47

Please sign in to comment.