From 0654052d6803263e5f204e2677b44bafa33ea852 Mon Sep 17 00:00:00 2001 From: Alex Huszagh Date: Sun, 8 Sep 2024 19:15:01 -0500 Subject: [PATCH] More cross fixes. --- .github/workflows/Cross.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Cross.yml b/.github/workflows/Cross.yml index 1117a3da..859fb1f3 100644 --- a/.github/workflows/Cross.yml +++ b/.github/workflows/Cross.yml @@ -55,12 +55,12 @@ jobs: with: use-cross: true command: test - args: --target ${{matrix.target}} + args: +1.63.0 - --target ${{matrix.target}} - uses: actions-rs/cargo@v1 with: use-cross: true command: test - args: --target ${{matrix.target}} --features=radix,format,compact + args: +1.63.0 - --target ${{matrix.target}} --features=radix,format,compact notest: name: Rust ${{matrix.target}}