Skip to content

Commit

Permalink
macOS: Try linkers, pt. 5
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanGlScott committed Aug 15, 2024
1 parent dbc22b4 commit c193567
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: Try linkers
shell: bash
run: |
ls /usr/bin || true
ls $(brew --prefix)/bin || true
ls /usr/local/opt/llvm/bin || true
/usr/local/opt/llvm/bin/lld --version || true
/usr/local/opt/llvm/bin/ld.lld --version || true
# - uses: actions/checkout@v2
# with:
Expand Down

0 comments on commit c193567

Please sign in to comment.