Skip to content

Commit d71e0f0

Browse files
committed
testing export
1 parent 8b59d52 commit d71e0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ jobs:
4242
fail_ci_if_error: false
4343
- name: Set JULIA_DEBUG environment variable
4444
if: ${{ runner.debug == '1' }}
45-
run: echo "JULIA_DEBUG=all" >> $GITHUB_ENV
45+
run: export JULIA_DEBUG="all"

0 commit comments

Comments
 (0)