Skip to content

Commit 4abc061

Browse files
committed
try install module
1 parent 81767ef commit 4abc061

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testAndPublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -202,9 +202,9 @@ jobs:
202202
- name: Create launcher
203203
shell: cmd
204204
run: |
205-
PowerShell -Command "Set-PSRepository PSGallery -InstallationPolicy Trusted"
206-
PowerShell -Command "Install-PSResource -Name SignPath -TrustRepository"
207205
PowerShell -Command "Set-ExecutionPolicy Bypass"
206+
PowerShell -Command "Set-PSRepository PSGallery -InstallationPolicy Trusted"
207+
PowerShell -Command "Install-Module -Name SignPath -Force"
208208
scons %sconsOutTargets% %sconsArgs% ${{ !runner.debug && '--all-cores' || '-j1'}}
209209
- name: Upload launcher
210210
id: uploadLauncher

0 commit comments

Comments
 (0)