Skip to content

Commit

Permalink
Update pthreads link
Browse files Browse the repository at this point in the history
  • Loading branch information
AloneLiberty committed Apr 4, 2024
1 parent f1b303a commit 6b33bc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Set up pthreads
if: runner.os == 'Windows'
run: |
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
7z x -y pthreads-w32-2-9-1-release.zip -opthreads
robocopy pthreads\Pre-built.2\dll\x64 build\pthreads /COPYALL /E || true
robocopy pthreads\Pre-built.2\include build\pthreads /COPYALL /E || true
Expand Down

0 comments on commit 6b33bc1

Please sign in to comment.