Skip to content

Commit c56501f

Browse files
test
1 parent 13d6b86 commit c56501f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-job.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Install dependencies
1313
run: sudo apt install -y binfmt-support qemu-user-static
1414
- name: where is qemu-aarch64-static
15-
run: which qemu-aarch64-static
15+
run: command -v qemu-aarch64-static
1616
- name: create FS
1717
run: core/default/fs.sh
1818
- name: upload artifact

0 commit comments

Comments
 (0)