fix create release workflow

This commit is contained in:
alemuntoni 2022-10-28 10:19:51 +02:00
parent 5c88c60c2b
commit ac52ffdd76

View File

@ -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: