mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-12-23 09:19:21 +00:00
Fix cross compilation preparation in CI pipeline
Some checks failed
CI / Build (aarch64-unknown-linux-gnu) (push) Failing after 3s
CI / Build (armv7-unknown-linux-gnueabihf) (push) Failing after 2s
CI / Build (x86_64-unknown-linux-gnu) (push) Failing after 2s
CI / Build (x86_64-unknown-linux-musl) (push) Failing after 3s
CI / Build (aarch64-pc-windows-msvc) (push) Has been cancelled
CI / Build (i686-pc-windows-msvc) (push) Has been cancelled
CI / Build (x86_64-pc-windows-msvc) (push) Has been cancelled
CI / Build (aarch64-apple-darwin) (push) Has been cancelled
CI / Build (x86_64-apple-darwin) (push) Has been cancelled
CI / MSRV (push) Has been cancelled
Some checks failed
CI / Build (aarch64-unknown-linux-gnu) (push) Failing after 3s
CI / Build (armv7-unknown-linux-gnueabihf) (push) Failing after 2s
CI / Build (x86_64-unknown-linux-gnu) (push) Failing after 2s
CI / Build (x86_64-unknown-linux-musl) (push) Failing after 3s
CI / Build (aarch64-pc-windows-msvc) (push) Has been cancelled
CI / Build (i686-pc-windows-msvc) (push) Has been cancelled
CI / Build (x86_64-pc-windows-msvc) (push) Has been cancelled
CI / Build (aarch64-apple-darwin) (push) Has been cancelled
CI / Build (x86_64-apple-darwin) (push) Has been cancelled
CI / MSRV (push) Has been cancelled
This commit is contained in:
parent
062a7a7985
commit
5a7c553eb3
1 changed files with 1 additions and 1 deletions
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
|
|
@ -57,7 +57,7 @@ jobs:
|
|||
with:
|
||||
targets: ${{ matrix.target }}
|
||||
- name: Install cross-compilation dependencies
|
||||
run: sudo apt-get install -y gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
|
||||
run: sudo apt-get update && sudo apt-get install -y gcc-aarch64-linux-gnu gcc-arm-linux-gnueabihf
|
||||
if: ${{ matrix.os == 'ubuntu-22.04' }}
|
||||
- name: Compile
|
||||
run: cargo build --target ${{ matrix.target }} --all-features --release --locked
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue