We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edbd82d commit 2570d46Copy full SHA for 2570d46
1 file changed
.github/workflows/build.yml
@@ -90,6 +90,8 @@ jobs:
90
apperlm init --name ${{ matrix.config }}
91
apperlm list
92
apperlm configure -Dcf_by="$CF_BY" -Dcf_email="$CF_EMAIL"
93
+ ls -R
94
+ /bin/false
95
apperlm build
96
zip -r ${{ env.REL_NAME }} ${{ env.DEST_BIN }} ${{ env.DEST_BIN }}.dbg
97
- name: Run make test
0 commit comments