We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1b303a commit 6b33bc1Copy full SHA for 6b33bc1
.github/workflows/build.yml
@@ -28,7 +28,7 @@ jobs:
28
- name: Set up pthreads
29
if: runner.os == 'Windows'
30
run: |
31
- curl -O http://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip
+ curl -O https://sourceware.org/pub/pthreads-win32/pthreads-w32-2-9-1-release.zip
32
7z x -y pthreads-w32-2-9-1-release.zip -opthreads
33
robocopy pthreads\Pre-built.2\dll\x64 build\pthreads /COPYALL /E || true
34
robocopy pthreads\Pre-built.2\include build\pthreads /COPYALL /E || true
0 commit comments