Skip to content

Commit

Permalink
try more
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 18, 2024
1 parent 959c151 commit 5bf8b93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
# TODO: Explain this.
- if: ${{ matrix.build.install-libgcc-9-dev }}
name: sudo apt install -y libgcc-9-dev
run: sudo apt install -y libgcc-9-dev
run: sudo apt install libgcc-10-dev && sudo ln -s /usr/lib/gcc/x86_64-linux-gnu/10/libtsan_preinit.o /usr/lib/libtsan_preinit.o

- name: invoke -r worker lint
run: invoke -r worker lint
Expand Down

0 comments on commit 5bf8b93

Please sign in to comment.