Skip to content

Commit 3be8a39

Browse files
committed
Fixup
1 parent 7a1dd6e commit 3be8a39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/Downstream.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ jobs:
4242
repository: ${{ matrix.package.user }}/${{ matrix.package.repo }}
4343
path: downstream
4444
- name: Load this and run the downstream tests
45-
shell: JULIA_PKG_PRECOMPILE_AUTO=0 julia --color=yes --project=downstream {0}
45+
shell: julia --color=yes --project=downstream {0}
4646
run: |
47+
ENV["JULIA_PKG_PRECOMPILE_AUTO"] = 0
4748
using Pkg
4849
try
4950
# force it to use this PR's version of the package

0 commit comments

Comments
 (0)