Skip to content

Commit 2b10be9

Browse files
committedOct 21, 2021
Disable webrtc-rs docker image build while investigating #47.
1 parent a387681 commit 2b10be9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎.github/workflows/peerconnection-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
library: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel", "webrtc-rs"]
22+
library: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel"]
23+
# library: ["sipsorcery", "aiortc", "werift", "pion", "libdatachannel", "webrtc-rs"]
2324
steps:
2425
- uses: actions/checkout@v2
2526
- name: Update submodules

0 commit comments

Comments
 (0)
Please sign in to comment.