Skip to content

Commit

Permalink
enhancement #46: going back to manually chekout
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienDanieau committed Aug 7, 2024
1 parent fe77089 commit eb669f6
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,11 @@ jobs:
with:
path : gst-signalling

- name: Checkout gst-plugins-rs
uses: actions/checkout@v4
with:
repository: gstreamer/gst-plugins-rs
path: gst-plugins-rs
ref: 0.12.8
github-server-url: https://gitlab.freedesktop.org

- name: Install Gst Signalling Server
run: |
cd $GITHUB_WORKSPACE/gst-plugins-rs/net/webrtc/signalling/
run: |
cd $GITHUB_WORKSPACE
git clone -b 0.12.8 --depth 1 https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git
cd gst-plugins-rs/net/webrtc/signalling/
cargo build
- name: Set up Python 3.10
Expand Down

0 comments on commit eb669f6

Please sign in to comment.