From a3aabb01b4d74520be2068907e03d5e8bb3bb87a Mon Sep 17 00:00:00 2001 From: Sylvain Leclerc Date: Tue, 26 Nov 2024 09:20:48 +0100 Subject: [PATCH] feat(installer): try inno setup command line in workflow Signed-off-by: Sylvain Leclerc --- .github/workflows/windows-installer.yml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .github/workflows/windows-installer.yml diff --git a/.github/workflows/windows-installer.yml b/.github/workflows/windows-installer.yml new file mode 100644 index 0000000000..d5a5947283 --- /dev/null +++ b/.github/workflows/windows-installer.yml @@ -0,0 +1,21 @@ +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