diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fefc416..328b753 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,6 +46,10 @@ jobs: ${{ runner.os }}-build- ${{ runner.os }}- + - name: Install Windows dependencies + if: runner.os == 'Windows' + run: choco install innosetup + - name: Install Linux dependencies if: runner.os == 'Linux' run: | diff --git a/CMakeLists.txt b/CMakeLists.txt index d88d719..7410d4e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ option(BUILD_SHARED_LIBS "Build shared libs" OFF) option(AUIB_FORCE_PRECOMPILED "AUI.Boot: force precompiled dependencies" OFF) option(AUIB_NO_PRECOMPILED "AUI.Boot: disable precompiled dependencies" OFF) -set(AUI_VERSION v8.0.0-rc.10) +set(AUI_VERSION v8.0.0-rc.13) # Use AUI.Boot file(