Skip to content

Commit

Permalink
Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rvkennedy committed Jul 28, 2024
1 parent 0ce8498 commit f1acbeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_pc_client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ jobs:
- 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"
git submodule update --init --recursive --force --remote -- "firstparty/Platform" "thirdparty/draco" "thirdparty/basis_universal" "thirdparty/libdatachannel" "libavstream/thirdparty/curl" "libavstream/thirdparty/efp" thirdparty/websocketpp" "thirdparty/flecs"
cd ${{github.workspace}}/thirdparty/libdatachannel
git submodule update --init --recursive --force --remote -- "deps/libsrtp"
dir deps
cd ${{github.workspace}}/thirdparty/libdatachannel
- name: Running cmake (windows)
run: |
cd ${{ github.workspace }}
Expand Down

0 comments on commit f1acbeb

Please sign in to comment.