Skip to content

Commit

Permalink
try build
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Oct 23, 2024
1 parent d56e432 commit 6d40a17
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/actions/install-repo/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ runs:
-DKokkos_ENABLE_CUDA_LAMBDA=off
-DKokkos_ENABLE_DEBUG=on

# - name: ${{inputs.repo-name}} Build
# if: ${{ steps.build-${{inputs.repo-name}}.outputs.cache-hit != 'true' }}
# run: cmake --build ${{ runner.temp }}/build-${{inputs.repo-name}} -j8 --target install
- name: ${{inputs.repo-name}} Build
shell: bash
if: ${{ steps.build-[inputs.repo-name].outputs.cache-hit != 'true' }}
run: cmake --build ${{ runner.temp }}/build-${{inputs.repo-name}} -j8 --target install

0 comments on commit 6d40a17

Please sign in to comment.