diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index 6181f980e..045f1c41a 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -41,12 +41,6 @@ jobs: with: ref: main submodules: recursive - - name: Cache Qt - id: cache-qt - uses: actions/cache@v3 - with: - path: $GITHUB_WORKSPACE/../Qt - key: ${{ runner.os }}-QtCache-${{ env.QT_VERSION }} - name: Install Qt uses: jurplel/install-qt-action@v3 with: @@ -102,12 +96,6 @@ jobs: run: | brew install libomp cgal xerces-c npm install -g appdmg - - name: Cache Qt - id: cache-qt - uses: actions/cache@v3 - with: - path: $GITHUB_WORKSPACE/../Qt - key: ${{ runner.os }}-QtCache-${{ env.QT_VERSION }} - name: Install Qt uses: jurplel/install-qt-action@v3 with: @@ -178,12 +166,6 @@ jobs: submodules: recursive - name: Setup MSVC uses: ilammy/msvc-dev-cmd@v1 - - name: Cache Qt - id: cache-qt - uses: actions/cache@v3 - with: - path: $GITHUB_WORKSPACE/../Qt - key: ${{ runner.os }}-QtCache-${{ env.QT_VERSION }} - name: Install Qt uses: jurplel/install-qt-action@v3 with: