We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092979d commit c9dc40bCopy full SHA for c9dc40b
1 file changed
.github/workflows/github_autotools_intel_classic.yml
@@ -30,12 +30,11 @@ jobs:
30
with:
31
path: /libs
32
key: intel-libs
33
- - name: Update CA certificates
34
- run: |
35
- apt-get update -o Acquire::AllowInsecureRepositories=true -o Acquire::AllowUnauthenticatedRepositories=true || true
36
- update-ca-certificates --fresh
37
- name: Install packages for building
38
- run: apt-get update && apt-get install -y autoconf libtool automake zlibc zlib1g-dev
+ run: |
+ rm -f /etc/apt/sources.list.d/oneapi.list /etc/apt/sources.list.d/intel-graphics.list || true
+ apt-get update
+ apt-get install -y autoconf libtool automake zlibc zlib1g-dev
39
- if: steps.cache.outputs.cache-hit != 'true'
40
name: Build netcdf
41
run: |
0 commit comments