mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-13 08:09:39 +00:00
fix create release workflow
This commit is contained in:
parent
5c88c60c2b
commit
ac52ffdd76
18
.github/workflows/CreateRelease.yml
vendored
18
.github/workflows/CreateRelease.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user