Skip to content

Commit

Permalink
Sigh
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseTG committed Jun 11, 2024
1 parent 69c3302 commit 3022de7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -118,13 +118,14 @@ jobs:
install: git pkgconf mingw-w64-x86_64-toolchain mingw-w64-x86_64-cmake mingw-w64-x86_64-mesa mingw-w64-x86_64-python

- name: Install winget
uses: Cyberboss/install-winget@v1
uses: Cyberboss/install-winget@v1.0.6
if: ${{ runner.os == 'Windows' }}
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Install OpenGL Compatibility Pack (Windows)
if: ${{ runner.os == 'Windows' }}
shell: powershell
run: |
echo $Env:PATH
winget install 9NQPSL29BFFF --disable-interactivity --accept-source-agreements
Expand Down

0 comments on commit 3022de7

Please sign in to comment.