Skip to content

Commit

Permalink
Remove last line
Browse files Browse the repository at this point in the history
  • Loading branch information
fourlastor committed Apr 30, 2024
1 parent 8815aa7 commit be5a7f5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,8 +68,7 @@ jobs:
- name: Build MacOS (verify min version)
if: matrix.os == 'macos-latest'
run: |
otool -l ./roast-macos-x86_64 | fgrep LC_BUILD_VERSION -A4 | fgrep minos | sort | uniq -c
otool -l ./roast-macos-aarch64 | fgrep LC_BUILD_VERSION -A4 | fgrep minos | sort | uniq -c
otool -l ./roast-macos-x86_64
- name: Build Linux
if: matrix.os == 'ubuntu-latest'
run: |
Expand Down

0 comments on commit be5a7f5

Please sign in to comment.