Skip to content

Commit

Permalink
Provision llvm-symbolizer in d.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
nordlow committed Dec 20, 2022
1 parent b9df10c commit e3f5bee
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/d.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,10 @@ jobs:
- uses: dlang-community/setup-dlang@v1.3.0
with:
compiler: ${{ matrix.dc }}

- name: 'Provision dependencies via APT'
run: |
sudo apt install -y llvm
llvm-symbolizer --version
- name: 'Build & Test'
run: |
dub build
Expand Down

0 comments on commit e3f5bee

Please sign in to comment.