Skip to content

Commit

Permalink
Bump houseabsolute/actions-rust-cross from 0 to 1
Browse files Browse the repository at this point in the history
Bumps [houseabsolute/actions-rust-cross](https://github.com/houseabsolute/actions-rust-cross) from 0 to 1.
- [Release notes](https://github.com/houseabsolute/actions-rust-cross/releases)
- [Changelog](https://github.com/houseabsolute/actions-rust-cross/blob/v0/Changes.md)
- [Commits](houseabsolute/actions-rust-cross@v0...v1)

---
updated-dependencies:
- dependency-name: houseabsolute/actions-rust-cross
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 23, 2024
1 parent cb71c10 commit 935b4f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,13 +50,13 @@ jobs:
uses: actions/checkout@v4

- name: Build x86_64 target in release mode
uses: houseabsolute/actions-rust-cross@v0
uses: houseabsolute/actions-rust-cross@v1
with:
target: ${{ matrix.x86_64-target }}
args: '--release --locked'

- name: Build aarch64 target in release mode
uses: houseabsolute/actions-rust-cross@v0
uses: houseabsolute/actions-rust-cross@v1
with:
target: ${{ matrix.aarch64-target }}
args: '--release --locked'
Expand Down

0 comments on commit 935b4f1

Please sign in to comment.