Skip to content

Commit

Permalink
Merge branch '53-window-ci-broke' into update
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfettes committed Sep 2, 2024
2 parents 232ded7 + a68152e commit 4407ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: install on windows
if: ${{ matrix.os.name == 'windows-latest' }}
run: |
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; irm https://cli.moonbitlang.com/windows_moon_setup.ps1 | iex
Set-ExecutionPolicy RemoteSigned -Scope CurrentUser; irm https://cli.moonbitlang.com/install/powershell.ps1 | iex
"C:\Users\runneradmin\.moon\bin" | Out-File -FilePath $env:GITHUB_PATH -Append
- name: moon version
Expand Down

0 comments on commit 4407ab3

Please sign in to comment.