We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81767ef commit 4abc061Copy full SHA for 4abc061
.github/workflows/testAndPublish.yml
@@ -202,9 +202,9 @@ jobs:
202
- name: Create launcher
203
shell: cmd
204
run: |
205
- PowerShell -Command "Set-PSRepository PSGallery -InstallationPolicy Trusted"
206
- PowerShell -Command "Install-PSResource -Name SignPath -TrustRepository"
207
PowerShell -Command "Set-ExecutionPolicy Bypass"
+ PowerShell -Command "Set-PSRepository PSGallery -InstallationPolicy Trusted"
+ PowerShell -Command "Install-Module -Name SignPath -Force"
208
scons %sconsOutTargets% %sconsArgs% ${{ !runner.debug && '--all-cores' || '-j1'}}
209
- name: Upload launcher
210
id: uploadLauncher
0 commit comments