Skip to content

Commit 55f16fa

Browse files
committed
Revert GLEW from-source build, use MSYS2 package
1 parent 7eb602b commit 55f16fa

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

.github/workflows/build-cache.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -58,16 +58,8 @@ jobs:
5858
uses: msys2/setup-msys2@v2
5959
with:
6060
msystem: MINGW64
61-
install: mingw-w64-x86_64-gcc mingw-w64-x86_64-glfw mingw-w64-x86_64-cmake mingw-w64-x86_64-make
61+
install: mingw-w64-x86_64-gcc mingw-w64-x86_64-glfw mingw-w64-x86_64-glew
6262

63-
- name: Build GLEW 2.3.1 from source
64-
shell: msys2 {0}
65-
run: |
66-
curl -L https://github.com/nigels-com/glew/releases/download/glew-2.3.1/glew-2.3.1.tgz -o glew.tgz
67-
tar xf glew.tgz
68-
cd glew-2.3.1
69-
make SYSTEM=mingw GLEW_DEST=/mingw64 install
70-
cd ..
7163
- name: Build cache
7264
shell: msys2 {0}
7365
run: |

0 commit comments

Comments
 (0)