From 7a7ce25c09b8a9c0cf298d85e057fc1d261500ab Mon Sep 17 00:00:00 2001 From: Elias Joseph Date: Fri, 31 Jan 2025 01:01:23 +0000 Subject: [PATCH] changed cmake call Signed-off-by: Elias Joseph --- .github/workflows/windows_ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index 2a39d6b..1e3ad2a 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -62,7 +62,7 @@ jobs: refreshenv - name: "Building TheRock" run: | - dir + dir ${{ env.BUILD_DIR_POWERSHELL }}" python .\build_tools\fetch_sources.py --depth 1 echo "Building in ${{ env.BUILD_DIR_BASH }}" cmake --build "${{ env.BUILD_DIR_BASH }}"