Skip to content

Commit b00b5cd

Browse files
authored
Update CI.yml
1 parent f9063d2 commit b00b5cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
key: ${{ runner.os }}-cache-${{ hashFiles('**/pom.xml') }}
1818
restore-keys: |
1919
${{ runner.os }}-cache-
20-
- run: choco install innosetup --version 6.2.2
20+
- run: choco install innosetup
2121
- name: Set up JDK 11
2222
uses: actions/setup-java@v3
2323
with:
@@ -166,4 +166,4 @@ jobs:
166166
name: macos-app
167167
path: |
168168
app.tar
169-
if-no-files-found: error
169+
if-no-files-found: error

0 commit comments

Comments
 (0)