Skip to content

Commit df90d62

Browse files
committed
autoapprove installs github actions
1 parent 52bead7 commit df90d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 1
1717
- name: Install build tools
18-
run: sudo apt install build-essential flex bison libssl-dev libelf-dev bc gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu
18+
run: sudo apt install -y build-essential flex bison libssl-dev libelf-dev bc gcc-aarch64-linux-gnu gcc-riscv64-linux-gnu
1919
- name: Configure (aarch64)
2020
run: ARCH=arm64 CROSS_COMPILE=aarch64-linux-gnu- make ch_defconfig
2121
- name: Build (aarch64)

0 commit comments

Comments
 (0)