There was an error while loading. Please reload this page.
1 parent d941e47 commit e67b442Copy full SHA for e67b442
1 file changed
.github/workflows/build-cache.yml
@@ -63,6 +63,14 @@ jobs:
63
msystem: MINGW64
64
install: mingw-w64-x86_64-gcc mingw-w64-x86_64-glfw mingw-w64-x86_64-glew
65
66
+ - name: Bundle gcc runtime DLLs
67
+ shell: msys2 {0}
68
+ run: |
69
+ mkdir -p libs/windows-x64
70
+ cp /mingw64/bin/libgcc_s_seh-1.dll libs/windows-x64/
71
+ cp /mingw64/bin/libstdc++-6.dll libs/windows-x64/
72
+ cp /mingw64/bin/libwinpthread-1.dll libs/windows-x64/
73
+ cp /mingw64/bin/libssp-0.dll libs/windows-x64/ || true
74
- name: Build cache
75
shell: msys2 {0}
76
run: |
0 commit comments