Le Tan пре 3 година
родитељ
комит
b13771e34f
1 измењених фајлова са 2 додато и 1 уклоњено
  1. 2 1
      .github/workflows/ci-macos.yml

+ 2 - 1
.github/workflows/ci-macos.yml

@@ -44,7 +44,7 @@ jobs:
         uses: actions/cache@v1  # not v2!
         with:
           path: ../Qt
-          key: ${{ runner.os }}-QtCache-5.15-1
+          key: ${{ runner.os }}-QtCache-5.15-2
 
       - name: Install Qt
         uses: jurplel/install-qt-action@v2
@@ -53,6 +53,7 @@ jobs:
           target: desktop
           modules: qtwebengine
           cached: ${{ steps.cache-qt.outputs.cache-hit }}
+          setup-python: 'false'
 
 
       - name: Create Build Dir