Skip to content

Commit 1f341dd

Browse files
committed
try get version info
1 parent 6451f03 commit 1f341dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: |
6262
rustup target add ${{ matrix.target }}
6363
RUSTFLAGS="-C link-args=-mmacos-version-min=10.15" cargo build --release --target ${{ matrix.target }} -p emmylua_ls
64-
otool -l ./target/${{ matrix.target }}/release/emmylua_ls | grep -A2 "LC_BUILD_VERSION\|LC_VERSION_MIN_MACOSX"
64+
otool -l ./target/${{ matrix.target }}/release/emmylua_ls | grep -A4 "LC_BUILD_VERSION\|LC_VERSION_MIN_MACOSX"
6565
- name: copy-binary
6666
if: ${{ matrix.os != 'windows-latest' }}
6767
run: |

0 commit comments

Comments
 (0)