Skip to content

Commit c9dc40b

Browse files
authored
remove intel package list before updates
1 parent 092979d commit c9dc40b

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/github_autotools_intel_classic.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,11 @@ jobs:
3030
with:
3131
path: /libs
3232
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
3733
- name: Install packages for building
38-
run: apt-get update && apt-get install -y autoconf libtool automake zlibc zlib1g-dev
34+
run: |
35+
rm -f /etc/apt/sources.list.d/oneapi.list /etc/apt/sources.list.d/intel-graphics.list || true
36+
apt-get update
37+
apt-get install -y autoconf libtool automake zlibc zlib1g-dev
3938
- if: steps.cache.outputs.cache-hit != 'true'
4039
name: Build netcdf
4140
run: |

0 commit comments

Comments
 (0)