Skip to content

Commit

Permalink
another try
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Apr 8, 2024
1 parent 8738379 commit 558500d
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/mediasoup-worker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,11 @@ jobs:
# TODO: Maybe fix this one day.
if: runner.os != 'Windows'

- name: invoke -r worker mediasoup-worker
run: invoke -r worker mediasoup-worker
# - name: invoke -r worker mediasoup-worker
# run: invoke -r worker mediasoup-worker

- name: MEDIASOUP_BUILDTYPE=Debug invoke -r worker mediasoup-worker
run: MEDIASOUP_BUILDTYPE=Debug invoke -r worker mediasoup-worker

# - name: invoke -r worker test
# run: invoke -r worker test
Expand Down

0 comments on commit 558500d

Please sign in to comment.