mirror of
https://github.com/redstrate/Astra.git
synced 2025-05-18 15:17:46 +00:00
Extract libwinpthread to the correct directory
This commit is contained in:
parent
721c35b7bb
commit
dca720cee2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
|
@ -90,7 +90,7 @@ jobs:
|
||||||
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
|
Invoke-WebRequest https://xiv.zone/distrib/dependencies/libwinpthread.zip -OutFile libwinpthread.zip
|
||||||
unzip libwinpthread.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
unzip libwinpthread.zip -d ${{ steps.strings.outputs.prefix-dir }}/bin
|
||||||
|
|
||||||
- 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')
|
||||||
|
|
Loading…
Add table
Reference in a new issue