Skip to content

Commit

Permalink
ci: add to setup ahk2
Browse files Browse the repository at this point in the history
  • Loading branch information
binochoi committed Apr 13, 2024
1 parent 2cf8368 commit 4cf8dbc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 0

- name: Set up AutoHotkey
run: |
choco install autohotkey
mv C:\ProgramData\chocolatey\lib\autohotkey\tools\Ahk2Exe\Ahk2Exe.exe ./Ahk2Exe.exe
- name: Download AutoHotkey v2
run: |
Invoke-WebRequest -Uri "https://www.autohotkey.com/download/2.0/AutoHotkey_2.0-beta.1.zip" -OutFile "AutoHotkey.zip"
Expand Down

0 comments on commit 4cf8dbc

Please sign in to comment.