Skip to content

Commit

Permalink
Wrangling homebrew
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Feb 17, 2024
1 parent 5d6fdd5 commit dc3c55c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ jobs:
run: |
brew install git gettext automake texinfo
brew uninstall cmake
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/e26e881a5dc87daaab3c96096288e67f055bb7d6/Formula/c/cmake.rb -O /tmp/cmake.rb
brew install /tmp/cmake.rb
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e26e881a5dc87daaab3c96096288e67f055bb7d6/Formula/c/cmake.rb
brew list
mkdir -p ${{ github.workspace }}/deps/build_${{ inputs.arch }}
mkdir -p ${{ github.workspace }}/deps/build_${{ inputs.arch }}/PrusaSlicer_dep_${{ inputs.arch }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/build_prusa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ jobs:
run: |
brew install git gettext automake texinfo
brew uninstall cmake
wget https://raw.githubusercontent.com/Homebrew/homebrew-core/e26e881a5dc87daaab3c96096288e67f055bb7d6/Formula/c/cmake.rb -O /tmp/cmake.rb
brew install /tmp/cmake.rb
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e26e881a5dc87daaab3c96096288e67f055bb7d6/Formula/c/cmake.rb
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 dc3c55c

Please sign in to comment.