Skip to content

Commit

Permalink
move option to build with brew llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Dec 11, 2023
1 parent e066d7d commit a993140
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/actions/1_build/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
bash scripts/${{ runner.os }}/1_build.sh ${{ steps.envs.outputs.build_option }} ${{ steps.envs.outputs.nightly }} --use_brew_llvm --ccache
2 changes: 1 addition & 1 deletion .github/workflows/BuildMeshLab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a993140

Please sign in to comment.