mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-19 06:47:44 +00:00
Put libintl under the prefix path
This commit is contained in:
parent
36c481e13e
commit
5f2986777e
1 changed files with 1 additions and 3 deletions
4
.github/workflows/cmake-multi-platform.yml
vendored
4
.github/workflows/cmake-multi-platform.yml
vendored
|
@ -56,10 +56,8 @@ jobs:
|
|||
run: |
|
||||
$ProgressPreference = 'SilentlyContinue'
|
||||
|
||||
echo $Env:USERPROFILE\bin >> $Env:GITHUB_PATH
|
||||
|
||||
Invoke-WebRequest https://netactuate.dl.sourceforge.net/project/gnuwin32/libintl/0.14.4/libintl-0.14.4-bin.zip -OutFile libintl.zip
|
||||
unzip libintl.zip
|
||||
unzip libintl.zip -d ${{ steps.strings.outputs.prefix-dir }}
|
||||
|
||||
- name: Build zlib
|
||||
if: runner.os == 'Windows'
|
||||
|
|
Loading…
Add table
Reference in a new issue