Skip to content

Commit

Permalink
AST-2: Fixing mkdir?
Browse files Browse the repository at this point in the history
  • Loading branch information
lucbv committed Sep 12, 2024
1 parent 7325554 commit dbe165c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/mi210.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ jobs:
- name: configure_kokkos
run: |
echo "GITHUB_WORKSPACE = $GITHUB_WORKSPACE"
mkdir -p "$GITHUB_WORKSPACE/kokkos/{build,install}"
mkdir "$GITHUB_WORKSPACE/kokkos/build"
mkdir "$GITHUB_WORKSPACE/kokkos/install"
cd "$GITHUB_WORKSPACE/kokkos/build"
HIPCC=$(which hipcc)
cmake -S "$GITHUB_WORKSPACE/kokkos" \
Expand Down

0 comments on commit dbe165c

Please sign in to comment.