Skip to content

Commit

Permalink
more faster
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Feb 17, 2024
1 parent e75aaf0 commit 85857f8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/build_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,9 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
brew install git gettext automake texinfo
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 upgrade cmake
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/e26e881a5dc87daaab3c96096288e67f055bb7d6/Formula/c/cmake.rb -O /opt/homebrew/Library/Taps/homebrew/homebrew-core/Formula/c/cmake.rb
brew reinstall cmake
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 85857f8

Please sign in to comment.