Skip to content

Commit

Permalink
Diagnose GitHub macOS runner Homebrew GCC path
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSWang committed May 19, 2024
1 parent 6c4521d commit 871e81a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,11 @@ jobs:
- name: Install packaging requirements
run: python -m pip install --upgrade twine

- name: Diagnose Homebrew GCC path
if: runner.os == 'macOS'
run: |
echo "$(which gcc-13)"
- name: Build built distribution
uses: pypa/cibuildwheel@v2.18.0
with:
Expand Down

0 comments on commit 871e81a

Please sign in to comment.