From a993140abe4d98f6d8e9b592d4019519c513be24 Mon Sep 17 00:00:00 2001 From: Alessandro Muntoni Date: Mon, 11 Dec 2023 16:27:27 +0100 Subject: [PATCH] move option to build with brew llvm --- .github/actions/1_build/action.yml | 2 +- .github/workflows/BuildMeshLab.yml | 2 +- .github/workflows/CreateRelease.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/1_build/action.yml b/.github/actions/1_build/action.yml index e0d0f7b0a..569b4a46e 100644 --- a/.github/actions/1_build/action.yml +++ b/.github/actions/1_build/action.yml @@ -53,4 +53,4 @@ runs: - name: Configure and Build shell: bash run: | - bash scripts/${{ runner.os }}/1_build.sh ${{ steps.envs.outputs.build_option }} ${{ steps.envs.outputs.nightly }} --ccache \ No newline at end of file + bash scripts/${{ runner.os }}/1_build.sh ${{ steps.envs.outputs.build_option }} ${{ steps.envs.outputs.nightly }} --use_brew_llvm --ccache \ No newline at end of file diff --git a/.github/workflows/BuildMeshLab.yml b/.github/workflows/BuildMeshLab.yml index 1990ce84c..97333163c 100644 --- a/.github/workflows/BuildMeshLab.yml +++ b/.github/workflows/BuildMeshLab.yml @@ -38,7 +38,7 @@ jobs: with: cache-path: src/external/downloads/* cache-key: external-libraries - build-option: ${{matrix.precision}} --use_brew_llvm + build-option: ${{matrix.precision}} nightly: true - name: Deploy uses: ./.github/actions/2_deploy diff --git a/.github/workflows/CreateRelease.yml b/.github/workflows/CreateRelease.yml index cae5e6589..4b2eec98e 100644 --- a/.github/workflows/CreateRelease.yml +++ b/.github/workflows/CreateRelease.yml @@ -57,7 +57,7 @@ jobs: with: cache-path: src/external/downloads/* cache-key: external-libraries - build-option: ${{matrix.precision}} --use_brew_llvm + build-option: ${{matrix.precision}} - name: Deploy uses: ./.github/actions/2_deploy with: