Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
GitHub action: update to actions/checkout@v3
[simgrid.git] / .github / workflows / ci-bigdft.yml
index 3b6c0f0..bb44643 100644 (file)
@@ -9,13 +9,17 @@ jobs:
   build:
 
     runs-on: ubuntu-latest
-    container: simgrid/unstable
+    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