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 29cf5ed commit afd8fb3Copy full SHA for afd8fb3
.github/workflows/build-job.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: where is qemu-aarch64-static
15
run: command -v qemu-aarch64-static
16
- name: create FS
17
- run: core/default/fs.sh
+ run: bash -x core/default/fs.sh
18
- name: upload artifact
19
uses: actions/upload-artifact@v2
20
with:
0 commit comments