Skip to content

Commit

Permalink
Fix compiler names
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Nov 2, 2023
1 parent 11064b5 commit cbfe540
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,10 +170,10 @@ jobs:
run: |
cat <<EOT > arm64-apple-macos11.txt
[binaries]
c = 'clang'
cpp = 'clang++'
objc = 'clang'
objc++ = 'clang++'
c = 'cc'
cpp = 'c++'
objc = 'cc'
objc++ = 'c++'
pkg-config = 'arm64-homebrew/bin/pkg-config'
[constants]
Expand Down

0 comments on commit cbfe540

Please sign in to comment.