Skip to content

Commit 8a920ba

Browse files
committed
1
1 parent 70529b0 commit 8a920ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Compile AHK 2.0 and Release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install AutoHotkey v2 via Chocolatey
1818
id: install_ahk # 修正了这一行的缩进,使其与 name、run 等同级
1919
run: |
20-
choco install autohotkey --version 2.0.12 -y # 替换为AutoHotkey v2的最新稳定版本号
20+
choco install autohotkey --version 2.0.19 -y # 替换为AutoHotkey v2的最新稳定版本号
2121
AutoHotkey.exe -v
2222
$ahk_install_path = (Get-Command AutoHotkey.exe).Path | Split-Path -Parent
2323
$compiler_script_path = Join-Path $ahk_install_path "Compiler.ahk"

0 commit comments

Comments
 (0)