Skip to content

Commit

Permalink
w
Browse files Browse the repository at this point in the history
  • Loading branch information
jasagredo committed Apr 29, 2024
1 parent c606460 commit cd9121f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion haskell/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
if: runner.os == 'Windows'
shell: 'pwsh'
run: |
try { ghcup nuke }
try { ghcup nuke } catch {}
try { Get-Command ghcup }
catch {
Set-ExecutionPolicy Bypass -Scope Process -Force;[System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072;
Expand Down

0 comments on commit cd9121f

Please sign in to comment.