ahk dir correct
This commit is contained in:
parent
63ab33ec76
commit
1f509b9459
6
.github/workflows/e2e-windows.yml
vendored
6
.github/workflows/e2e-windows.yml
vendored
@ -118,11 +118,7 @@ jobs:
|
||||
shell: pwsh
|
||||
run: |
|
||||
winget install -e --id AutoHotkey.AutoHotkey --silent --accept-source-agreements --accept-package-agreements --disable-interactivity
|
||||
ls "$env:ProgramW6432\"
|
||||
ls "$env:ProgramW6432\AutoHotkey"
|
||||
$ahkDir = "$env:LOCALAPPDATA\Programs\AutoHotkey\v2"
|
||||
ls $ahkDir
|
||||
exit 1
|
||||
$ahkDir = "$env:ProgramW6432\AutoHotkey\v2"
|
||||
Add-Content -Path $env:GITHUB_PATH -Value $ahkDir
|
||||
|
||||
- name: Install ffmpeg
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user