Skip to content

Commit

Permalink
test: ls that path to see if readelf actually exists
Browse files Browse the repository at this point in the history
  • Loading branch information
c-dilks committed Jan 5, 2024
1 parent be89a10 commit 5d96423
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 @@ -126,6 +126,7 @@ jobs:
if: ${{ inputs.runner == 'macos-latest' }}
run: |
brew install binutils
ls /usr/local/opt/binutils/bin
echo PATH="/usr/local/opt/binutils/bin:$PATH" >> $GITHUB_ENV
- name: readelf iguana examples
if: ${{ matrix.binding == 'cpp' }}
Expand Down

0 comments on commit 5d96423

Please sign in to comment.