We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56fc4b3 commit 101c79eCopy full SHA for 101c79e
.github/workflows/build.yml
@@ -46,6 +46,10 @@ jobs:
46
${{ runner.os }}-build-
47
${{ runner.os }}-
48
49
+ - name: Install Windows dependencies
50
+ if: runner.os == 'Windows'
51
+ run: choco install innosetup
52
+
53
- name: Install Linux dependencies
54
if: runner.os == 'Linux'
55
run: |
CMakeLists.txt
@@ -8,7 +8,7 @@ option(BUILD_SHARED_LIBS "Build shared libs" OFF)
8
option(AUIB_FORCE_PRECOMPILED "AUI.Boot: force precompiled dependencies" OFF)
9
option(AUIB_NO_PRECOMPILED "AUI.Boot: disable precompiled dependencies" OFF)
10
11
-set(AUI_VERSION v8.0.0-rc.10)
+set(AUI_VERSION v8.0.0-rc.13)
12
13
# Use AUI.Boot
14
file(
0 commit comments