Skip to content

Commit

Permalink
Use roc-toolkit from master on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gavv committed Jun 6, 2024
1 parent e7d4983 commit 81e8455
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Build Roc
run: |
git clone -b v0.2.6 https://github.com/roc-streaming/roc-toolkit.git /tmp/roc
git clone https://github.com/roc-streaming/roc-toolkit.git /tmp/roc
scons -C /tmp/roc -Q --build-3rdparty=openfec
sudo scons -C /tmp/roc -Q --build-3rdparty=openfec install
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Build Roc
run: |
git clone -b v0.2.6 https://github.com/roc-streaming/roc-toolkit.git /tmp/roc
git clone https://github.com/roc-streaming/roc-toolkit.git /tmp/roc
scons -C /tmp/roc -Q --build-3rdparty=openfec
sudo scons -C /tmp/roc -Q --build-3rdparty=openfec install
Expand Down

0 comments on commit 81e8455

Please sign in to comment.