From ac52ffdd76cea88465dd91b242879c77ed703fd4 Mon Sep 17 00:00:00 2001 From: alemuntoni Date: Fri, 28 Oct 2022 10:19:51 +0200 Subject: [PATCH] fix create release workflow --- .github/workflows/CreateRelease.yml | 18 ------------------ 1 file changed, 18 deletions(-) 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: