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 6d17aca commit 0a221db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@ jobs:
refreshenv
- name: "Building TheRock"
run: |
python .\build_tools\fetch_sources.py
echo "Building in ${{ env.BUILD_DIR_BASH }}"
dir C:/mnt/azure/b/011055/third-party/eigen/source
cmake -B "${{ env.BUILD_DIR_BASH }}" -GNinja . -DTHEROCK_AMDGPU_FAMILIES=gfx110X-dgpu
cmake --build "${{ env.BUILD_DIR_BASH }}"
- name: "Clean up build dir"
if: always()
Expand Down

0 comments on commit 0a221db

Please sign in to comment.