We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cae1302 commit 0f98ef5Copy full SHA for 0f98ef5
.github/workflows/linux.yaml
@@ -96,10 +96,13 @@ jobs:
96
env:
97
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON
98
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
99
+ CC: clang-7
100
+ CXX: clang++-7
101
steps:
- - uses: egor-tensin/setup-clang@v1
- with:
102
- version: 7
+ - name: install clang-7
103
+ run: |
104
+ sudo add-apt-repository --yes --update ppa:ubuntu-toolchain-r/test
105
+ sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends clang++-7
106
107
- name: list compilers
108
run: dpkg --list | grep compiler
0 commit comments