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 75cdf2e commit f305521Copy full SHA for f305521
.github/workflows/graalpy-jbang-qrcode.yml
@@ -26,4 +26,4 @@ jobs:
26
- name: Run 'graalpy-jbang-qrcode' demo
27
run: |
28
cd graalpy/graalpy-jbang-qrcode
29
- curl -Ls https://sh.jbang.dev | bash -s - run qrcode.java "Hello from GraalPy!"
+ curl -Ls https://sh.jbang.dev | bash -s - --verbose run qrcode.java "Hello from GraalPy!"
0 commit comments