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 3423e62 commit e76cd2fCopy full SHA for e76cd2f
.github/workflows/linux.yaml
@@ -53,9 +53,11 @@ jobs:
53
CMAKE_OPTIONS: -DDEV_MODE=ON -DBUILD_TESTING=ON
54
CMAKE_MATROSKA_OPTIONS: -DBUILD_EXAMPLES=ON
55
steps:
56
- - uses: egor-tensin/setup-gcc@v1
57
- with:
58
- version: 7
+ - name: install gcc-7
+ run: |
+ 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
61
62
- name: list compilers
63
run: dpkg --list | grep compiler
0 commit comments