Browse Source

Run build script as root in workflow

Jim Madge 3 years ago
parent
commit
c7befaa996
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/build.yaml

+ 1 - 1
.github/workflows/build.yaml

@@ -43,4 +43,4 @@ jobs:
         working-directory: workflows/pytorch_GAN_zoo/
         run: |
           id
-          ./build.sh
+          sudo ./build.sh