Skip to content

Commit 101c79e

Browse files
authored
Update CMakeLists.txt (#12)
* Update CMakeLists.txt * Update CMakeLists.txt * u * Update CMakeLists.txt * u
1 parent 56fc4b3 commit 101c79e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
${{ runner.os }}-build-
4747
${{ runner.os }}-
4848
49+
- name: Install Windows dependencies
50+
if: runner.os == 'Windows'
51+
run: choco install innosetup
52+
4953
- name: Install Linux dependencies
5054
if: runner.os == 'Linux'
5155
run: |

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ option(BUILD_SHARED_LIBS "Build shared libs" OFF)
88
option(AUIB_FORCE_PRECOMPILED "AUI.Boot: force precompiled dependencies" OFF)
99
option(AUIB_NO_PRECOMPILED "AUI.Boot: disable precompiled dependencies" OFF)
1010

11-
set(AUI_VERSION v8.0.0-rc.10)
11+
set(AUI_VERSION v8.0.0-rc.13)
1212

1313
# Use AUI.Boot
1414
file(

0 commit comments

Comments
 (0)