We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13d6b86 commit c56501fCopy full SHA for c56501f
.github/workflows/build-job.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Install dependencies
13
run: sudo apt install -y binfmt-support qemu-user-static
14
- name: where is qemu-aarch64-static
15
- run: which qemu-aarch64-static
+ run: command -v qemu-aarch64-static
16
- name: create FS
17
run: core/default/fs.sh
18
- name: upload artifact
0 commit comments