Skip to content

Commit

Permalink
Merge pull request #151 from jrcichra/dependabot/github_actions/house…
Browse files Browse the repository at this point in the history
…absolute/actions-rust-cross-1

Bump houseabsolute/actions-rust-cross from 0 to 1
  • Loading branch information
jrcichra authored Dec 23, 2024
2 parents 0b325b9 + 07ceddc commit e35b12b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/kapplier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,13 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
- uses: Swatinem/rust-cache@v2
- name: Build for aarch64
uses: houseabsolute/actions-rust-cross@v0
uses: houseabsolute/actions-rust-cross@v1
with:
command: build
target: aarch64-unknown-linux-gnu
args: --release
- name: Build for x86_64
uses: houseabsolute/actions-rust-cross@v0
uses: houseabsolute/actions-rust-cross@v1
with:
command: build
target: x86_64-unknown-linux-gnu
Expand Down

0 comments on commit e35b12b

Please sign in to comment.