Browse Source

fix broken Qt 4.8 Linux build after wkhtmltopdf/packaging#86

Ashish Kulkarni 4 years ago
parent
commit
722350d3c8
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .github/workflows/official.yml

+ 4 - 0
.github/workflows/official.yml

@@ -20,6 +20,10 @@ jobs:
         with:
         with:
           repository: wkhtmltopdf/packaging
           repository: wkhtmltopdf/packaging
           path: packaging
           path: packaging
+      - name: configure docker
+        run:  |
+          echo '{ "experimental": true }' | sudo tee /etc/docker/daemon.json
+          sudo systemctl restart docker
       - name: build
       - name: build
         run: cd packaging && python3 ./build package-docker buster-amd64 ../wkhtmltopdf
         run: cd packaging && python3 ./build package-docker buster-amd64 ../wkhtmltopdf