X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/937e99e97563706a2a6a0aff46e1d1dfb35a4547..8052f28d5b5a9d88b6724dff2e5e81dee10065d7:/.github/workflows/ci-bigdft.yml diff --git a/.github/workflows/ci-bigdft.yml b/.github/workflows/ci-bigdft.yml index c5d86b58f6..bb44643ecf 100644 --- a/.github/workflows/ci-bigdft.yml +++ b/.github/workflows/ci-bigdft.yml @@ -9,15 +9,17 @@ jobs: build: runs-on: ubuntu-latest - container: + container: image: bigdft/sdk options: --user 0 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - 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