Skip to content

Commit 23329a2

Browse files
committed
chore: 3rd oops
1 parent 1c499d3 commit 23329a2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/actions/build/action.yml

+4
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ runs:
55
using: "composite"
66
steps:
77
- name: Install ARM cross-compilation tools
8+
shell: bash
89
run: sudo apt-get update && sudo apt-get install --assume-yes --no-install-recommends g++-aarch64-linux-gnu
910

1011
- name: Setup environment
12+
shell: bash
1113
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
1214

1315
- name: Install rust
16+
shell: bash
1417
run: |
1518
rustup toolchain install stable --profile minimal
1619
rustup target add aarch64-unknown-linux-gnu
@@ -19,6 +22,7 @@ runs:
1922
uses: Swatinem/rust-cache@v2
2023

2124
- name: Build
25+
shell: bash
2226
id: build
2327
run: |
2428
cargo build --release --target aarch64-unknown-linux-gnu

0 commit comments

Comments
 (0)