Skip to content

Commit

Permalink
ci: Make llvm-readobj-13 available as llvm-readobj
Browse files Browse the repository at this point in the history
  • Loading branch information
MarijnS95 committed Dec 1, 2022
1 parent c4b58ca commit 2f4e91f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ jobs:
if: ${{ matrix.host == 'macos-latest' }}
- run: sudo ln -s llvm-ar-13 /usr/${{ matrix.host == 'macos-latest' && 'local/' || '' }}bin/llvm-ar
- run: sudo ln -s llvm-ar-13 /usr/${{ matrix.host == 'macos-latest' && 'local/' || '' }}bin/llvm-lib
- run: sudo ln -s llvm-readobj-13 /usr/${{ matrix.host == 'macos-latest' && 'local/' || '' }}bin/llvm-readobj
- run: sudo ln -s lld-link-13 /usr/${{ matrix.host == 'macos-latest' && 'local/' || '' }}bin/lld-link
- run: sudo ln -s lld-13 /usr/${{ matrix.host == 'macos-latest' && 'local/' || '' }}bin/lld

Expand Down

0 comments on commit 2f4e91f

Please sign in to comment.