Skip to content

Commit 0f98ef5

Browse files
committed
WIP manual clang7
1 parent cae1302 commit 0f98ef5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/linux.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,10 +96,13 @@ jobs:
9696
env:
9797
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON
9898
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
99+
CC: clang-7
100+
CXX: clang++-7
99101
steps:
100-
- uses: egor-tensin/setup-clang@v1
101-
with:
102-
version: 7
102+
- 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
103106
104107
- name: list compilers
105108
run: dpkg --list | grep compiler

0 commit comments

Comments
 (0)