Skip to content

Commit 40ba5ea

Browse files
committed
fix: Windows build
1 parent 5725343 commit 40ba5ea

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/windows.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
run: |
3737
$ProgressPreference = 'SilentlyContinue'
3838
mkdir build
39+
mkdir build-portable
3940
Invoke-WebRequest https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.25-v1.17/gettext0.25-iconv1.17-shared-64.zip -OutFile gettext.zip
4041
Expand-Archive -Force 'gettext.zip'
4142
move gettext\bin\* C:\Windows\System32

0 commit comments

Comments
 (0)