Skip to content

Commit

Permalink
force install ps2exe and import
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthewWertman committed Sep 25, 2024
1 parent 40befbb commit 0a1988f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@ jobs:
shell: pwsh
run: |
Set-PSRepository PSGallery -InstallationPolicy Trusted
Install-Module ps2exe
Install-Module -Name ps2exe -Force
Import-Module -Name ps2exe
- name: Build exe from glt_launcher.ps1
shell: powershell
run: |
Expand Down

0 comments on commit 0a1988f

Please sign in to comment.