Skip to content

Commit

Permalink
ci: update to innosetup 6.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Aug 19, 2024
1 parent b2c12a3 commit 48bdcfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
key: ${{ runner.os }}-cache-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-cache-
- run: choco install innosetup --version 6.2.2
- run: choco install innosetup --version 6.3.3
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit 48bdcfd

Please sign in to comment.