Skip to content

Commit

Permalink
Use actions-rust-cross@v1
Browse files Browse the repository at this point in the history
  • Loading branch information
autarch committed Dec 22, 2024
1 parent c5f0076 commit f0c29cb
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,18 +89,16 @@ jobs:
toolchain: nightly
steps:
- uses: actions/checkout@v4
- name: Cache cargo & target directories
uses: Swatinem/rust-cache@v2
- name: Build binary
uses: houseabsolute/actions-rust-cross@v0
uses: houseabsolute/actions-rust-cross@v1
with:
command: "build"
target: ${{ matrix.platform.target }}
toolchain: ${{ matrix.toolchain }}
args: "--release"
strip: false
- name: Run tests
uses: houseabsolute/actions-rust-cross@v0
uses: houseabsolute/actions-rust-cross@v1
with:
command: "test"
target: ${{ matrix.platform.target }}
Expand Down

0 comments on commit f0c29cb

Please sign in to comment.