Skip to content

Commit

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

0 comments on commit dc1f91b

Please sign in to comment.