workflows/ci: ensure clang and LLVM are installed

This commit is contained in:
William Woodruff 2022-03-02 17:17:30 -05:00
parent 7fd9ecdcc0
commit bc821ca5c7
No known key found for this signature in database
GPG Key ID: 70F70A3979DDCED3

View File

@ -20,6 +20,9 @@ jobs:
with:
go-version: 1.16
- name: Install LLVM
run: sudo apt-get install -y clang llvm
- name: Build
run: go build -v ./...