Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Blind attempt at getting scoop working again on Azur windows
[simgrid.git] / .github / workflows / ci-bigdft.yml
index 3b6c0f0..ef8a6a7 100644 (file)
@@ -9,7 +9,9 @@ jobs:
   build:
 
     runs-on: ubuntu-latest
-    container: simgrid/unstable
+    container:
+      image: bigdft/sdk
+      options: --user 0
 
     steps:
       - uses: actions/checkout@v2