Skip to content

Commit 19c70ea

Browse files
committed
Merge branch 'main' into next
2 parents c9758f1 + e42d466 commit 19c70ea

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/windows.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
$ProgressPreference = 'SilentlyContinue'
3939
mkdir build
4040
mkdir build-portable
41-
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
41+
Invoke-WebRequest https://github.com/mlocati/gettext-iconv-windows/releases/download/v0.26-v1.17/gettext0.26-iconv1.17-shared-64.zip -OutFile gettext.zip
4242
Invoke-WebRequest https://files.jrsoftware.org/is/6/innosetup-6.5.1.exe -OutFile innosetup.exe
4343
Expand-Archive -Force 'gettext.zip'
4444
move gettext\bin\* C:\Windows\System32
@@ -51,9 +51,9 @@ jobs:
5151
with:
5252
pkgs: libnick
5353
triplet: ${{ matrix.variant.triplet }}
54-
revision: 3c49e92d66d8eb4505d7f18d8c461240f55c08b0
54+
revision: b1e15efef6758eaa0beb0a8732cfa66f6a68a81d
5555
token: ${{ github.token }}
56-
cache-key: ${{ matrix.variant.triplet }}-3c49e92d66d8eb4505d7f18d8c461240f55c08b0
56+
cache-key: ${{ matrix.variant.triplet }}-b1e15efef6758eaa0beb0a8732cfa66f6a68a81d
5757
- name: "Build (Installer)"
5858
working-directory: ${{ github.workspace }}/build
5959
run: |

0 commit comments

Comments
 (0)