Skip to content

Commit d62a12a

Browse files
Fix missing LLVM shared library on FreeBSD
``` ld-elf.so.1: Shared object "libLLVM-15.so" not found, required by "ldc2" ```
1 parent b4f598e commit d62a12a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/support/build/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
DSTEP_RELEASE_PLATFORM
7373
DSTEP_TARGET_TRIPLE
7474
run: |
75-
sudo pkg install -y llvm git gnupg
75+
sudo pkg install -y llvm15 git gnupg
7676
./ci.sh ${{ inputs.action }}
7777
7878
- name: Set up QEMU

0 commit comments

Comments
 (0)