Skip to content

Commit

Permalink
try installing libgcc-9-dev in ubuntu 20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 18, 2024
1 parent 5941ac4 commit d157e95
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,11 @@ jobs:
- os: ubuntu-20.04
cc: gcc
cxx: g++
install-libgcc-9-dev: true
- os: ubuntu-20.04
cc: clang
cxx: clang++
install-libgcc-9-dev: true
- os: ubuntu-22.04
cc: gcc
cxx: g++
Expand Down Expand Up @@ -86,6 +88,10 @@ jobs:
# TODO: Maybe fix this one day.
if: runner.os != 'Windows'

# TODO: Explain this.
- if: ${{ matrix.build.install-libgcc-9-dev }}
name: apt install -y libgcc-9-dev

- name: invoke -r worker lint
run: invoke -r worker lint
# TODO: Maybe fix this one day.
Expand Down

0 comments on commit d157e95

Please sign in to comment.