Skip to content

Commit

Permalink
try with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Jul 18, 2024
1 parent 151aded commit 959c151
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ jobs:

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

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

0 comments on commit 959c151

Please sign in to comment.