Skip to content

Commit

Permalink
Merge branch 'main' of github.com:simul/Teleport
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy committed Jul 28, 2024
2 parents c2b853d + caa38d4 commit 0ce8498
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build_pc_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,11 @@ jobs:
submodules: 'false'
- name: Git Submodules
run: |
cd ${{github.workspace}}
git submodule update --init --recursive --force --remote -- "firstparty/Platform" "thirdparty/draco" "thirdparty/basis_universal" "thirdparty/libdatachannel" "libavstream/thirdparty/curl" "thirdparty/websocketpp" "thirdparty/flecs"
cd ${{github.workspace}}/thirdparty/libdatachannel
git submodule update --init --recursive --force --remote -- "deps/libsrtp"
dir deps
- name: Running cmake (windows)
run: |
cd ${{ github.workspace }}
Expand Down

0 comments on commit 0ce8498

Please sign in to comment.