Skip to content

Commit

Permalink
Fix brew install location
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Nov 2, 2023
1 parent cbfe540 commit 6c7918e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@ jobs:
- name: Install dependencies (MacOS arm64)
if: matrix.config.os == 'macos-latest' && matrix.config.host == 'arm64'
run: |
cd /Users/runner/work
mkdir arm64-homebrew
curl -L https://github.com/Homebrew/brew/tarball/master | tar xz --strip 1 -C arm64-homebrew
Expand All @@ -174,7 +175,7 @@ jobs:
cpp = 'c++'
objc = 'cc'
objc++ = 'c++'
pkg-config = 'arm64-homebrew/bin/pkg-config'
pkg-config = '/Users/runner/work/arm64-homebrew/bin/pkg-config'
[constants]
target_flags = ['target', 'arm64-apple-macos11']
Expand Down

0 comments on commit 6c7918e

Please sign in to comment.