Skip to content

Commit

Permalink
Taptaptap
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Feb 17, 2024
1 parent 878230a commit e75aaf0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,10 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
brew install git gettext automake texinfo
brew upgrade cmake
brew uninstal cmake
brew tap-new $USER/local-cmake
brew extract --version=3.27.9 cmake $USER/local-cmake
brew install cmake@3.27.9
brew list
mkdir -p ${{ github.workspace }}/deps/build_${{ inputs.arch }}
mkdir -p ${{ github.workspace }}/deps/build_${{ inputs.arch }}/PrusaSlicer_dep_${{ inputs.arch }}
Expand Down

0 comments on commit e75aaf0

Please sign in to comment.