We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56bb730 commit 789f2ceCopy full SHA for 789f2ce
1 file changed
.github/workflows/rust.yml
@@ -22,7 +22,7 @@ jobs:
22
23
- arch: aarch64
24
target: aarch64-unknown-linux-musl
25
- runs-on: ubuntu-24.04
+ runs-on: ubuntu-24.04-arm
26
27
runs-on: ${{ matrix.platform.runs-on }}
28
steps:
@@ -36,7 +36,7 @@ jobs:
36
make src/assets/programs.csv build_arch=$ARCH
37
38
- name: Build pkg tool
39
- uses: houseabsolute/actions-rust-cross@v0
+ uses: houseabsolute/actions-rust-cross@v1
40
with:
41
target: ${{ matrix.platform.target }}
42
args: "--locked --release --bin pkg"
@@ -64,7 +64,7 @@ jobs:
64
base.sha256
65
66
- name: Build dive
67
68
69
70
args: "--locked --release --features embedded_image"
0 commit comments