From 18deed90fc25a3ab64f8428752e13a43ff4fedec Mon Sep 17 00:00:00 2001 From: James Edwards Date: Wed, 10 Apr 2024 15:18:49 -0500 Subject: [PATCH] try updating pio bld tag --- .github/workflows/srt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/srt.yml b/.github/workflows/srt.yml index 6b51263..3684a91 100644 --- a/.github/workflows/srt.yml +++ b/.github/workflows/srt.yml @@ -154,7 +154,7 @@ jobs: key: ${{ runner.os }}-${{ env.ParallelIO_VERSION }}-parallelio2 - name: Build ParallelIO if: steps.cache-PARALLELIO.outputs.cache-hit != 'true' - uses: NCAR/ParallelIO/.github/actions/parallelio_cmake@9390e30e29d4ebbfbef0fc72162cacd9e8f25e4e + uses: NCAR/ParallelIO/.github/actions/parallelio_cmake@pio2_6_2 with: parallelio_version: ${{ env.ParallelIO_VERSION }} enable_fortran: True