]> AND Public Git Repository - simgrid.git/blobdiff - .github/workflows/ci-bigdft.yml
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Better fix for the security warning from sonar: hide the char* buffer
[simgrid.git] / .github / workflows / ci-bigdft.yml
index 3b6c0f03653f0aff077990ded1dca8d827716413..ef8a6a79658a8e4953980f2aeb2a0a3f54e6da95 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