Skip to content

Commit

Permalink
tryfix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex2772 committed Jan 17, 2025
1 parent c32d7de commit 04fa1c1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 04fa1c1

Please # to comment.