We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5009e80 commit 4cd9cf3Copy full SHA for 4cd9cf3
2 files changed
.github/workflows/spelling.yml
@@ -4,6 +4,7 @@ on:
4
pull_request:
5
branches: [ "main" ]
6
types: [ "review_requested", "ready_for_review" ]
7
+ workflow_dispatch:
8
name: Spell Check
9
permissions:
10
contents: read
.github/workflows/windows.yml
@@ -38,7 +38,6 @@ jobs:
38
mkdir build
39
mkdir build-portable
40
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
41
- Invoke-WebRequest https://files.jrsoftware.org/is/6/innosetup-6.5.1.exe -OutFile innosetup.exe
42
Expand-Archive -Force 'gettext.zip'
43
move gettext\bin\* C:\Windows\System32
44
winget upgrade winget --accept-package-agreements --accept-source-agreements --disable-interactivity
0 commit comments