You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use this action on Windows and this is the result I have :
Run krdlab/setup-haxe@v1
with:
haxe-version: 4.2.5
env:
SSH_AUTH_SOCK: /tmp/ssh-hYwZzw9QdqYl/agent.1250
SSH_AGENT_PID: 1251
Unexpected error attempting to determine if executable file exists 'C:\Users\build\AppData\Local\Microsoft\WindowsApps\pwsh.EXE': Error: EACCES: permission denied, stat 'C:\Users\build\AppData\Local\Microsoft\WindowsApps\pwsh.EXE'
C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoLogo -Sta -NoProfile -NonInteractive -ExecutionPolicy Unrestricted -Command "$ErrorActionPreference = 'Stop' ; try { Add-Type -AssemblyName System.IO.Compression.FileSystem } catch { } ; if ((Get-Command -Name Expand-Archive -Module Microsoft.PowerShell.Archive -ErrorAction Ignore)) { Expand-Archive -LiteralPath 'E:\actions-runner\_work\_temp\4c4eac69-ef3e-4fa2-af4c-93b20b5ec55d' -DestinationPath 'neko-2.3.0-win64' -Force } else {[System.IO.Compression.ZipFile]::ExtractToDirectory('E:\actions-runner\_work\_temp\4c4eac69-ef3e-4fa2-af4c-93b20b5ec55d', 'neko-2.3.0-win64', $true) }"
Expand-Archive : is not a supported archive file format. .zip is the only supported archive file format.
At line:1 char:210
+ ... Ignore)) { Expand-Archive -LiteralPath 'E:\actions-runner\_work\_tem ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidArgument: (:String) [Expand-Archive], IOException
+ FullyQualifiedErrorId : NotSupportedArchiveFileExtension,Expand-Archive
Error: The process 'C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe' failed with exit code 1
Any idea?
The text was updated successfully, but these errors were encountered:
gogoprog
changed the title
Expand-Archive : is not a supported archive file format. .zip is the only supported archive file format.
pwsh.EXE': Error: EACCES: permission denied
Nov 15, 2024
gogoprog
changed the title
pwsh.EXE': Error: EACCES: permission denied
Expand-Archive : is not a supported archive file format. .zip is the only supported archive file format.
Nov 15, 2024
Hello,
I am trying to use this action on Windows and this is the result I have :
Any idea?
The text was updated successfully, but these errors were encountered: