Skip to content

Commit

Permalink
changed cmake call
Browse files Browse the repository at this point in the history
Signed-off-by: Elias Joseph <[email protected]>
  • Loading branch information
Elias Joseph committed Jan 30, 2025
1 parent c08dfab commit 4618eb3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ jobs:
- name: "Building TheRock"
run: |
echo "Building in ${{ env.BASE_BUILD_DIR_POWERSHELL }}"
cmake -B "${{ env.BASE_BUILD_DIR_POWERSHELL }}" -GNinja . -DTHEROCK_AMDGPU_FAMILIES=gfx110X-dgpu
cmake --build "${{ env.BASE_BUILD_DIR_POWERSHELL }}"
cmake -B build -GNinja "${{ env.BASE_BUILD_DIR_POWERSHELL }}" -DTHEROCK_AMDGPU_FAMILIES=gfx110X-dgpu
cmake --build build
- name: "Clean up build dir"
if: always()
run: if (Test-Path -Path "$Env:BUILD_DIR_POWERSHELL") {Remove-Item -Path "$Env:BUILD_DIR_POWERSHELL" -Recurse -Force}

0 comments on commit 4618eb3

Please sign in to comment.