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 }}"