From 89bbd1ea2b5fb9836cb4d04c556018cabc975c51 Mon Sep 17 00:00:00 2001 From: bpetit Date: Fri, 9 Feb 2024 16:55:04 +0100 Subject: [PATCH] ci: fix --- .github/workflows/exe-release-prometheuspush.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/exe-release-prometheuspush.yml b/.github/workflows/exe-release-prometheuspush.yml index 612a69ec..7d5beadb 100644 --- a/.github/workflows/exe-release-prometheuspush.yml +++ b/.github/workflows/exe-release-prometheuspush.yml @@ -60,7 +60,7 @@ jobs: & "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" packaging/windows/installer.iss - name: Upload artifact #Install-PackageProvider -Name NuGet -MinimumVersion 2.8.5.201 -Force run: | - Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted + Set-PSRepository -Name 'PSGallery' -InstallationPolicy Trusted -AllowClobber Install-Module -Confirm:$False -Name AWS.Tools.Installer Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope LocalMachine Import-Module AWS.Tools.Installer