From ea8c1502cf5e33a572a9bd535868e4b3c8cd08b4 Mon Sep 17 00:00:00 2001 From: Martin Diehl <mail@martin-diehl.net> Date: Mon, 20 Nov 2023 22:58:18 +0100 Subject: [PATCH] signing issues --- .github/workflows/Fortran.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Fortran.yml b/.github/workflows/Fortran.yml index d002ab91c..15a133f95 100644 --- a/.github/workflows/Fortran.yml +++ b/.github/workflows/Fortran.yml @@ -100,8 +100,8 @@ jobs: - name: Intel - Install run: | - apt-get update - apt-get install \ + apt-get update --allow-insecure-repositories + apt-get install --allow-unauthenticated -y \ cmake printenv >> $GITHUB_ENV