Find clang

This commit is contained in:
sz 2021-04-27 20:26:05 -05:00
parent 257973d8b2
commit 2da86feb5b
No known key found for this signature in database
GPG Key ID: 566EC9DE0B78353C
1 changed files with 3 additions and 2 deletions

View File

@ -16,7 +16,8 @@ jobs:
- name: "linux clang"
os: ubuntu-18.04
env: CXX="clang++-6.0" CC="clang-6.0"
env: CXX="clang++" CC="clang"
extra-packages: "clang"
steps:
- uses: actions/checkout@v2
@ -24,7 +25,7 @@ jobs:
submodules: 'recursive'
- name: Install dependencies
run: sudo apt-get update && sudo apt-get install libopencv-dev libglfw3-dev libgles2-mesa-dev
run: sudo apt-get update && sudo apt-get install libopencv-dev libglfw3-dev libgles2-mesa-dev ${{ matrix.config.extra-packages }}
- name: Create Build Environment
run: cmake -E make_directory ${{runner.workspace}}/build