Skip to content

Commit 9f19ee5

Browse files
committed
Fixed webrtcrs (rust) name in github action matrix (try 2).
1 parent 1348ac3 commit 9f19ee5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/peerconnection-test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ 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", "webrtcrs"]
2323
steps:
2424
- uses: actions/checkout@v2
2525
- name: Update submodules

0 commit comments

Comments
 (0)