feat(installer): try inno setup command line in workflow #1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: deploy | |
on: | |
push: | |
branches: | |
- "test/inno-setup" | |
jobs: | |
binary: | |
runs-on: windows-latest | |
strategy: | |
max-parallel: 3 | |
steps: | |
- name: 🐙 Checkout GitHub repo (+ download lfs dependencies) | |
uses: actions/checkout@v4 | |
with: | |
fetch-depth: 0 | |
submodules: true | |
- name: Test inno setup | |
run: iscc test.iss |