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 8b59d52 commit d71e0f0Copy full SHA for d71e0f0
.github/workflows/CI.yml
@@ -42,4 +42,4 @@ jobs:
42
fail_ci_if_error: false
43
- name: Set JULIA_DEBUG environment variable
44
if: ${{ runner.debug == '1' }}
45
- run: echo "JULIA_DEBUG=all" >> $GITHUB_ENV
+ run: export JULIA_DEBUG="all"
0 commit comments