From 568156f3f5f0004a8ad1120dee795b24ec6151df Mon Sep 17 00:00:00 2001 From: apistol78 Date: Thu, 21 Nov 2024 11:37:51 +0100 Subject: [PATCH] Kartong: GH actions 2. --- .github/workflows/build-windows.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-windows.yml b/.github/workflows/build-windows.yml index 2ceb611..89d7a92 100644 --- a/.github/workflows/build-windows.yml +++ b/.github/workflows/build-windows.yml @@ -36,10 +36,9 @@ jobs: run: ./scripts/autobuild-win64.bat - name: Install NSIS - run: - Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh') - scoop bucket add extras - scoop install nsis + run: powershell Invoke-Expression (New-Object System.Net.WebClient).DownloadString('https://get.scoop.sh') + run: scoop bucket add extras + run: scoop install nsis - name: Print NSIS version run: makensis -VERSION