mirror of
https://github.com/danog/gllvm.git
synced 2024-11-26 17:24:44 +01:00
workflows/ci: ensure clang and LLVM are installed
This commit is contained in:
parent
7fd9ecdcc0
commit
bc821ca5c7
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -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 ./...
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user