Skip to content

Commit

Permalink
Update continuous-integration-linux.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
junghans authored Feb 11, 2025
1 parent ae066c6 commit ef0aac4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,9 @@ jobs:
- name: maybe_use_flang_new
if: ${{ matrix.cxx == 'clang++' && startsWith(matrix.distro,'fedora:') }}
run: echo "FC=flang-new" >> $GITHUB_ENV
- name: maybe_set_hpx_vars
if: ${{ matrix.backend == 'HPX' }}
run: echo "HPX_HANDLE_FAILED_NEW=0" >> $GITHUB_ENV
- name: Configure Kokkos
run: |
cmake -B builddir \
Expand Down

0 comments on commit ef0aac4

Please sign in to comment.