Skip to content

Commit

Permalink
Try a more recent version of cross
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Jan 2, 2025
1 parent 3f0c62d commit 081bb16
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,16 @@ jobs:
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.toolchain }}
args: "--workspace --release"
# This works around the issue in https://github.com/cross-rs/cross/issues/1450. The `main`
# branch updated its images long ago, but the last cross release, 0.2.5, is still using
# Ubuntu 16.04 as the base for some images.
cross-version: 4090beca3cfffa44371a5bba524de3a578aa46c3
- name: Run tests
uses: houseabsolute/actions-rust-cross@v1
with:
command: "test"
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.toolchain }}
args: "--workspace --release"
cross-version: 4090beca3cfffa44371a5bba524de3a578aa46c3
if: ${{ !matrix.platform.skip-tests }}

0 comments on commit 081bb16

Please sign in to comment.