Skip to content

Commit 0b01e95

Browse files
committed
trigger CI
1 parent 910f892 commit 0b01e95

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/at2_gcc-hip.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,9 +83,6 @@ jobs:
8383
path: haero_src
8484
- name: Show action trigger
8585
uses: ./.github/actions/show-workflow-trigger
86-
- name: Set ENV
87-
run: |
88-
. /opt/share/bash-goodies.sh
8986
- name: Building Haero (${{ matrix.build-type }}, ${{ matrix.fp-precision }} precision)
9087
run: |
9188
cmake -S haero_src -B haero_build \
@@ -104,7 +101,6 @@ jobs:
104101
make install
105102
- name: Configuring MAM4xx (${{ matrix.build-type }}, ${{ matrix.fp-precision }} precision)
106103
run: |
107-
nvcw="$(pwd)/${haero_nvcw}"
108104
cmake -S . -B build \
109105
-DCMAKE_CXX_COMPILER=hipcc \
110106
-DCMAKE_C_COMPILER=gcc \

0 commit comments

Comments
 (0)