From 083d3be6e3776a787054a21a15b677998c4e9b90 Mon Sep 17 00:00:00 2001 From: Ryan Mulhall <35538242+rem1776@users.noreply.github.com> Date: Thu, 17 Nov 2022 11:15:53 -0500 Subject: [PATCH] Update intel_pr.yml --- .github/workflows/intel_pr.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/intel_pr.yml b/.github/workflows/intel_pr.yml index d95519fbf2..dbed85da55 100644 --- a/.github/workflows/intel_pr.yml +++ b/.github/workflows/intel_pr.yml @@ -3,7 +3,7 @@ jobs: intel-autotools: runs-on: ubuntu-latest container: - image: intel/oneapi-hpckit:2022.2-devel-ubuntu20.04 + image: intel/oneapi-hpckit:latest env: CC: mpiicc FC: mpiifort @@ -22,7 +22,10 @@ jobs: path: /libs key: ${{ runner.os }}-intel-libs - name: Install packages for building - run: apt update && apt install -y autoconf libtool automake zlibc zlib1g-dev + run: | + apt update + apt install -y autoconf libtool automake zlibc zlib1g-dev + continue-on-error: true - if: steps.cache.outputs.cache-hit != 'true' name: Build netcdf run: |