update cross-targets

This commit is contained in:
Eric Sheppard 2022-09-02 22:10:28 +10:00 committed by Dirkjan Ochtman
parent e2dca90c19
commit c59235aca2

View File

@ -118,18 +118,12 @@ jobs:
matrix:
target:
- x86_64-sun-solaris
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install cross
run: cargo install cross
- run: cargo install cross
- uses: Swatinem/rust-cache@v1
- name: Build static library
run: cross check --target ${{ matrix.target }}
- run: cross check --target ${{ matrix.target }}
check-docs:
runs-on: ubuntu-latest