Skip to content

Commit

Permalink
Fix objcpp compiler and add test
Browse files Browse the repository at this point in the history
  • Loading branch information
arch1t3cht committed Nov 2, 2023
1 parent 8999c41 commit 2436b23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ jobs:
arm64-homebrew/bin/brew install $(arm64-homebrew/bin/brew --cache --bottle-tag=arm64_big_sur ${package})
done
file arm64-homebrew/lib/*
- name: Install dependencies (Linux)
if: startsWith(matrix.config.os, 'ubuntu-')
run: |
Expand All @@ -177,7 +179,7 @@ jobs:
c = 'cc'
cpp = 'c++'
objc = 'cc'
objc++ = 'c++'
objcpp = 'c++'
pkg-config = '/Users/runner/work/arm64-homebrew/bin/pkg-config'
[constants]
Expand Down

0 comments on commit 2436b23

Please sign in to comment.