Skip to content

Commit

Permalink
glew
Browse files Browse the repository at this point in the history
  • Loading branch information
dxli committed Aug 25, 2023
1 parent 935265d commit 6c2c082
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ jobs:
shell: bash
run: |
curl -# -L -o glew.zip https://sourceforge.net/projects/glew/files/glew/2.1.0/glew-2.1.0-win32.zip
unzip glew-2.1.0-win32.zip
rm glew-2.1.0-win32.zip
unzip glew.zip
rm glew.zip
- run: setx QTDIR "${{ env.Qt5_DIR }}\5.15.2\msvc2019_64"

Expand Down

0 comments on commit 6c2c082

Please sign in to comment.