Skip to content

Commit

Permalink
wtaf
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Feb 17, 2024
1 parent 6c3432c commit fa0d14c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ jobs:
working-directory: ${{ github.workspace }}
run: |
brew install git gettext automake texinfo
brew config
find /opt/homebrew -name cmake.rb
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 update
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 fa0d14c

Please sign in to comment.