Skip to content

Commit 750e3e4

Browse files
authored
Fix local jll ci
1 parent c3255d4 commit 750e3e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CommonCI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
if: ${{ inputs.localjll }}
104104
run: |
105105
julia --color=yes --project=deps -e 'using Pkg; Pkg.instantiate()'
106-
julia --color=yes --project=deps deps/build_local.jl
106+
julia --color=yes --project=deps deps/build_local.jl --cc clang
107107
cp LocalPreferences.toml test/
108108
109109
# Compile Julia if assertions are enabled

0 commit comments

Comments
 (0)