Skip to content

Commit 4cd9cf3

Browse files
committed
feat: Improve Actions
1 parent 5009e80 commit 4cd9cf3

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/spelling.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
pull_request:
55
branches: [ "main" ]
66
types: [ "review_requested", "ready_for_review" ]
7+
workflow_dispatch:
78
name: Spell Check
89
permissions:
910
contents: read

.github/workflows/windows.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ jobs:
3838
mkdir build
3939
mkdir build-portable
4040
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
4241
Expand-Archive -Force 'gettext.zip'
4342
move gettext\bin\* C:\Windows\System32
4443
winget upgrade winget --accept-package-agreements --accept-source-agreements --disable-interactivity

0 commit comments

Comments
 (0)