From 380a9f0a16a2782db33f215b5b4db72cc2783a80 Mon Sep 17 00:00:00 2001 From: Orange Date: Mon, 22 Sep 2025 02:41:12 +0300 Subject: [PATCH] fix --- .github/workflows/cmake-multi-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cmake-multi-platform.yml b/.github/workflows/cmake-multi-platform.yml index 1cc3c2b..13aee86 100644 --- a/.github/workflows/cmake-multi-platform.yml +++ b/.github/workflows/cmake-multi-platform.yml @@ -39,7 +39,7 @@ jobs: - name: Build shell: bash - run: cmake --build cmake-build/build/linux-release --target unit_test omath + run: cmake --build cmake-build/build/linux-release --target unit_tests omath - name: Run unit_tests shell: bash @@ -72,7 +72,7 @@ jobs: - name: Build shell: bash - run: cmake --build cmake-build/build/windows-release --target unit_test omath + run: cmake --build cmake-build/build/windows-release --target unit_tests omath - name: Run unit_tests.exe shell: bash