From a92a4ccbddb2629cfac4f5de6e7a7b07d7f5125d Mon Sep 17 00:00:00 2001 From: Alex Richert Date: Fri, 17 May 2024 12:23:54 -0700 Subject: [PATCH] Update Intel.yml --- .github/workflows/Intel.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/Intel.yml b/.github/workflows/Intel.yml index 1ad56b9a..e342c35e 100644 --- a/.github/workflows/Intel.yml +++ b/.github/workflows/Intel.yml @@ -29,6 +29,8 @@ jobs: - name: "Install Intel" uses: NOAA-EMC/ci-install-intel-toolkit@develop + with: + compiler-setup: ${{ matrix.compilers }} - name: "Build dependencies" uses: NOAA-EMC/ci-build-nceplibs@develop