Skip to content

Commit

Permalink
Find clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sz3 committed Apr 28, 2021
1 parent 257973d commit 2da86fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,16 @@ 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
with:
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
Expand Down

0 comments on commit 2da86fe

Please sign in to comment.