Skip to content

Commit dcbf362

Browse files
committed
Bug fix
1 parent 6ddb51d commit dcbf362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/clp-core-build-macos.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
# See https://github.com/y-scope/clp/issues/1080 for details and exploration of solutions.
8080
- name: "Set up environment variables for LLVM"
8181
shell: "bash"
82-
run: >-
82+
run: |
8383
LLVM_PREFIX=$(brew --prefix llvm@16)
8484
{
8585
echo "LLVM_PREFIX=$LLVM_PREFIX"

0 commit comments

Comments
 (0)