Skip to content

Commit

Permalink
More wrangling
Browse files Browse the repository at this point in the history
  • Loading branch information
mjonuschat committed Feb 17, 2024
1 parent dc3c55c commit 4d89e94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
run: |
brew install git gettext automake texinfo
brew uninstall cmake
brew install https://raw.githubusercontent.com/Homebrew/homebrew-core/e26e881a5dc87daaab3c96096288e67f055bb7d6/Formula/c/cmake.rb
(cd $(mktemp -d); wget https://raw.githubusercontent.com/Homebrew/homebrew-core/e26e881a5dc87daaab3c96096288e67f055bb7d6/Formula/c/cmake.rb -O cmake.rb; brew install 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 4d89e94

Please sign in to comment.