Skip to content

Commit e76cd2f

Browse files
committed
WIP manual gcc7
1 parent 3423e62 commit e76cd2f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/linux.yaml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,11 @@ jobs:
5353
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON
5454
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
5555
steps:
56-
- uses: egor-tensin/setup-gcc@v1
57-
with:
58-
version: 7
56+
- name: install gcc-7
57+
run: |
58+
sudo add-apt-repository --yes --update ppa:ubuntu-toolchain-r/test
59+
sudo DEBIAN_FRONTEND=noninteractive apt-get install -yq --no-install-recommends g++-7
60+
echo "gxx=g++-7" >> $env:GITHUB_OUTPUT
5961
6062
- name: list compilers
6163
run: dpkg --list | grep compiler

0 commit comments

Comments
 (0)