mirror of
https://github.com/latex-lsp/texlab.git
synced 2025-07-07 13:15:22 +00:00
Fix cross compilation in CI pipeline (#1382)
This commit is contained in:
parent
a1fb5ec807
commit
d4cbeda64c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -57,7 +57,7 @@ jobs:
|
|||
targets: ${{ matrix.target }}
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
- 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 test --target ${{ matrix.target }} --all-features --no-run --locked
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue