From 04fa1c18d456b4f4404cdf47434f500fa3d343f4 Mon Sep 17 00:00:00 2001 From: alex2772 Date: Fri, 17 Jan 2025 08:42:03 +0300 Subject: [PATCH] tryfix windows --- .github/workflows/build.yml | 2 +- .idea/.name | 2 +- CMakeLists.txt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b13d67d..3dda459 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -72,7 +72,7 @@ jobs: - name: Run AUI tests if: matrix.os == 'windows-latest' - working-directory: ${{github.workspace}}/build/binRelWithDebInfo/ + working-directory: ${{github.workspace}}/build/bin/RelWithDebInfo/ run: ${{github.workspace}}/build/bin/RelWithDebInfo/Tests.exe - name: Run AUI tests diff --git a/.idea/.name b/.idea/.name index e0af3c8..0dd908f 100644 --- a/.idea/.name +++ b/.idea/.name @@ -1 +1 @@ -telegram_client \ No newline at end of file +auigram \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index 4f57cdf..9b9ed03 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -16,7 +16,7 @@ if (NOT CLIENT_DEMO) endif() endif() -set(AUI_VERSION v7.0.0-rc.8) +set(AUI_VERSION v7.0.0-rc.9) set(BUILD_SHARED_LIBS OFF)