Skip to content

Commit

Permalink
More cross fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexhuszagh committed Sep 9, 2024
1 parent 1241602 commit 0654052
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Cross.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 0654052

Please sign in to comment.