mirror of
https://github.com/xHyroM/zed-discord-presence.git
synced 2024-11-09 16:08:06 +01:00
ci: macos issue
This commit is contained in:
parent
2c7283d23f
commit
a1865702e3
1 changed files with 6 additions and 1 deletions
7
.github/workflows/release.yml
vendored
7
.github/workflows/release.yml
vendored
|
@ -58,7 +58,12 @@ jobs:
|
||||||
run: ${{ matrix.bootstrap }}
|
run: ${{ matrix.bootstrap }}
|
||||||
|
|
||||||
- name: build binary
|
- name: build binary
|
||||||
run: cargo build -p discord-presence-lsp --verbose --locked --release --target ${{ matrix.target }}
|
if: ${{ matrix.runner == 'macos-latest' }}
|
||||||
|
run: OPENSSL_DIR=$(brew --prefix openssl@1.1) cargo build -p discord-presence-lsp --verbose --locked --release --target ${{ matrix.target }}
|
||||||
|
|
||||||
|
- name: build binary
|
||||||
|
if: ${{ matrix.runner != 'macos-latest' }}
|
||||||
|
run: OPENSSL_DIR=$(brew --prefix openssl@1.1) cargo build -p discord-presence-lsp --verbose --locked --release --target ${{ matrix.target }}
|
||||||
|
|
||||||
- name: prepare for upload
|
- name: prepare for upload
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue