mirror of
https://github.com/Cockatrice/Cockatrice.git
synced 2026-07-05 04:53:54 -07:00
more nsis debug
This commit is contained in:
parent
9732a846d3
commit
5e7ee3c058
1 changed files with 15 additions and 1 deletions
16
.github/workflows/desktop-build.yml
vendored
16
.github/workflows/desktop-build.yml
vendored
|
|
@ -432,7 +432,21 @@ jobs:
|
|||
run: |
|
||||
choco install nsis -y
|
||||
echo "C:/Program Files (x86)/NSIS" >> $GITHUB_PATH
|
||||
makensis -VERSION || echo "NSIS installation faulty"
|
||||
|
||||
# - name: "[Windows] Install NSIS 2"
|
||||
# if: matrix.os == 'Windows'
|
||||
# uses: repolevedavaj/install-nsis@v1.2.1
|
||||
# with:
|
||||
# nsis-version: '3.12'
|
||||
|
||||
- name: "[Windows] Install NSIS - verify"
|
||||
if: matrix.os == 'Windows'
|
||||
shell: bash
|
||||
run: |
|
||||
makensis -VERSION
|
||||
echo
|
||||
echo "List C:/Program Files (x86)/NSIS"
|
||||
ls "C:/Program Files (x86)/NSIS" || "Directory not found"
|
||||
|
||||
- name: "Setup vcpkg cache"
|
||||
id: vcpkg-cache
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue