Skip to content

Commit

Permalink
ci(aocc): ifx cache id in if
Browse files Browse the repository at this point in the history
  • Loading branch information
hyoklee committed Mar 27, 2024
1 parent df493b4 commit 55be04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lin-auto-aocc-ompi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
with:
path: /home/runner/work/hdf5/hdf5/openmpi-4.1.6-install
key: ${{ runner.os }}-${{ runner.arch }}-openmpi-4_1_6-cache
- if: ${{ steps.cache-openmpi-4.1.6.outputs.cache-hit != 'true' }}
- if: ${{ steps.cache-openmpi-4_1_6.outputs.cache-hit != 'true' }}
name: Install OpenMPI 4.1.6
run: |
export LD_LIBRARY_PATH=/home/runner/work/hdf5/hdf5/aocc-compiler-4.2.0/lib:/usr/local/lib
Expand Down

0 comments on commit 55be04d

Please sign in to comment.