mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-18 07:07:45 +00:00
Add libwinpthread dependency required by gcrypt
This commit is contained in:
parent
315f8751ab
commit
c759f2f9b7
2 changed files with 6 additions and 0 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
@ -88,6 +88,9 @@ jobs:
|
||||||
Invoke-WebRequest https://xiv.zone/distrib/dependencies/icoutils.zip -OutFile icoutils.zip
|
Invoke-WebRequest https://xiv.zone/distrib/dependencies/icoutils.zip -OutFile icoutils.zip
|
||||||
unzip icoutils.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
unzip icoutils.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
||||||
|
|
||||||
|
Invoke-WebRequest https://xiv.zone/distrib/dependencies/libwinpthread.zip -OutFile libwinpthread.zip
|
||||||
|
unzip libwinpthread.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
||||||
|
|
||||||
- name: Build zlib
|
- name: Build zlib
|
||||||
if: (runner.os == 'Windows') && (steps.cache-prefix-restore.outputs.cache-hit != 'true')
|
if: (runner.os == 'Windows') && (steps.cache-prefix-restore.outputs.cache-hit != 'true')
|
||||||
run: |
|
run: |
|
||||||
|
|
|
@ -57,6 +57,9 @@ Expand-Archive -Path "$LocalDir/gcrypt.zip" -DestinationPath $PrefixDir -Force
|
||||||
Invoke-WebRequest https://xiv.zone/distrib/dependencies/gpg-error.zip -OutFile "$LocalDir/gpg-error.zip"
|
Invoke-WebRequest https://xiv.zone/distrib/dependencies/gpg-error.zip -OutFile "$LocalDir/gpg-error.zip"
|
||||||
Expand-Archive -Path "$LocalDir/gpg-error.zip" -DestinationPath $PrefixDir -Force
|
Expand-Archive -Path "$LocalDir/gpg-error.zip" -DestinationPath $PrefixDir -Force
|
||||||
|
|
||||||
|
Invoke-WebRequest https://xiv.zone/distrib/dependencies/libwinpthread.zip -OutFile "$LocalDir/libwinpthread.zip"
|
||||||
|
Expand-Archive -Path "$LocalDir/libwinpthread.zip" -DestinationPath $PrefixDir -Force
|
||||||
|
|
||||||
# Build zlib
|
# Build zlib
|
||||||
Clone "zlib" "https://github.com/madler/zlib.git"
|
Clone "zlib" "https://github.com/madler/zlib.git"
|
||||||
Configure "zlib" "-DBUILD_TESTING=OFF"
|
Configure "zlib" "-DBUILD_TESTING=OFF"
|
||||||
|
|
Loading…
Add table
Reference in a new issue