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 175ed76 commit 713756d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
refreshenv
- name: "Building TheRock"
run: |
echo "Building in ${{ env.BASE_BUILD_DIR }}"
echo "Building in ${{ env.BUILD_DIR_BASH }}"
dir
dir base
dir base/rocm-cmake
cmake -B "${{ env.BASE_BUILD_DIR }}" -GNinja C:\home\runner\_work\TheRock\TheRock -DTHEROCK_AMDGPU_FAMILIES=gfx110X-dgpu
cmake --build "${{ env.BASE_BUILD_DIR }}"
cmake -B "${{ env.BUILD_DIR_BASH }}" -GNinja C:\home\runner\_work\TheRock\TheRock -DTHEROCK_AMDGPU_FAMILIES=gfx110X-dgpu
cmake --build "${{ env.BUILD_DIR_BASH }}"
- 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 713756d

Please sign in to comment.