Skip to content

Commit

Permalink
Kartong: GH actions 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Nov 21, 2024
1 parent b39f14b commit 568156f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 568156f

Please sign in to comment.