Skip to content

Commit e3f5bee

Browse files
committed
Provision llvm-symbolizer in d.yml
1 parent b9df10c commit e3f5bee

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/d.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,10 @@ jobs:
2929
- uses: dlang-community/[email protected]
3030
with:
3131
compiler: ${{ matrix.dc }}
32-
32+
- name: 'Provision dependencies via APT'
33+
run: |
34+
sudo apt install -y llvm
35+
llvm-symbolizer --version
3336
- name: 'Build & Test'
3437
run: |
3538
dub build

0 commit comments

Comments
 (0)