Skip to content

Commit

Permalink
don't install innosetup, part of action runner
Browse files Browse the repository at this point in the history
  • Loading branch information
EchterAgo committed Oct 20, 2023
1 parent 182cf72 commit c535153
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/windows-build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,12 @@ jobs:
- name: debug - get git rev
run: git describe --always --long --dirty

- name: Install winget
uses: Cyberboss/install-winget@v1

- name: Install Inno Setup
run: winget install -e --id JRSoftware.InnoSetup
# InnoSetup is part of the Github actions runner
# - name: Install InnoSetup
# run: choco install -y InnoSetup

- name: run ISCC.exe to construct OpenZFS installer
run: '&"C:\Program Files (x86)\Inno Setup 6\ISCC.exe" .\ZFSInstall-debug.iss "/Ssigntoolc=C:\Program Files (x86)\Windows Kits\10\bin\10.0.22621.0\x64\signtool.exe sign /v /fd sha256 /n `$qOpenZFS Test Signing Certificate`$q /t http://timestamp.digicert.com `$f" | Tee-Object -FilePath "${{github.workspace}}\iscc.log"'
run: '&"%ProgramFiles(x86)%\Inno Setup 6\ISCC.exe" .\ZFSInstall-debug.iss "/Ssigntoolc=%ProgramFiles(x86)%\Windows Kits\10\bin\10.0.22621.0\x64\signtool.exe sign /v /fd sha256 /n `$qOpenZFS Test Signing Certificate`$q /t http://timestamp.digicert.com `$f" | Tee-Object -FilePath "${{github.workspace}}\iscc.log"'
working-directory: ${{github.workspace}}\contrib\windows\Inno.Setup

#- name: debug - get exe name
Expand Down

0 comments on commit c535153

Please sign in to comment.