From ef072dfeadb713d84631ebb0485cc484a37f21ed Mon Sep 17 00:00:00 2001 From: Elias Joseph Date: Fri, 31 Jan 2025 01:27:50 +0000 Subject: [PATCH] changed cmake call Signed-off-by: Elias Joseph --- .github/workflows/windows_ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/windows_ci.yml b/.github/workflows/windows_ci.yml index af47e924..e74faa5e 100644 --- a/.github/workflows/windows_ci.yml +++ b/.github/workflows/windows_ci.yml @@ -60,11 +60,8 @@ jobs: choco install ninja Import-Module $env:ChocolateyInstall\helpers\chocolateyProfile.psm1 refreshenv - - name: "Run Dir" - run: ls C:\mnt\azure\b\ - name: "Building TheRock" run: | - python .\build_tools\fetch_sources.py --depth 1 echo "Building in ${{ env.BUILD_DIR_POWERSHELL }}" cmake --build "${{ env.BUILD_DIR_POWERSHELL }}" - name: "Clean up build dir"