From e32f58bcd8de23af3b867edfbbc58c2d369d9276 Mon Sep 17 00:00:00 2001 From: Augustin Degomme Date: Sun, 1 May 2022 20:39:53 +0000 Subject: [PATCH] [ci-skip] [no-ci] bigdft ci: temporary fix for nvidia key change see https://github.com/NVIDIA/nvidia-docker/issues/1631 --- .github/workflows/ci-bigdft.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-bigdft.yml b/.github/workflows/ci-bigdft.yml index ef8a6a7965..581e733bcc 100644 --- a/.github/workflows/ci-bigdft.yml +++ b/.github/workflows/ci-bigdft.yml @@ -18,6 +18,8 @@ jobs: - name: Build and test BigDFT run: | set -e + #temporary fix for https://github.com/NVIDIA/nvidia-docker/issues/1631 + apt-key adv --fetch-keys https://developer.download.nvidia.com/compute/cuda/repos/ubuntu1804/x86_64/3bf863cc.pub ./tools/jenkins/ci-bigdft.sh - name: Create the failure Message -- 2.20.1