From 09019123f96e7bec8f91299ba2bd9850f0ce91d3 Mon Sep 17 00:00:00 2001 From: Roderick Kennedy Date: Sun, 28 Jul 2024 01:57:18 +0100 Subject: [PATCH 1/3] Update build_pc_client.yml --- .github/workflows/build_pc_client.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/build_pc_client.yml b/.github/workflows/build_pc_client.yml index f15445e2..1d356779 100644 --- a/.github/workflows/build_pc_client.yml +++ b/.github/workflows/build_pc_client.yml @@ -28,6 +28,8 @@ jobs: - name: Git Submodules run: | 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 -- "thirdparty/libdatachannel/deps/libsrtp" + dir thirdparty/libdatachannel/deps - name: Running cmake (windows) run: | cd ${{ github.workspace }} From 8fb455602c2eb40ab03bdd9f780e2983f6e2ba28 Mon Sep 17 00:00:00 2001 From: Roderick Kennedy Date: Sun, 28 Jul 2024 15:16:00 +0100 Subject: [PATCH 2/3] Update build_pc_client.yml --- .github/workflows/build_pc_client.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build_pc_client.yml b/.github/workflows/build_pc_client.yml index 1d356779..22ad0532 100644 --- a/.github/workflows/build_pc_client.yml +++ b/.github/workflows/build_pc_client.yml @@ -27,8 +27,10 @@ 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" - git submodule update --init --recursive --force --remote -- "thirdparty/libdatachannel/deps/libsrtp" + cd ${{github.workspace}}/thirdparty/libdatachannel + git submodule update --init --recursive --force --remote -- "deps/libsrtp" dir thirdparty/libdatachannel/deps - name: Running cmake (windows) run: | From caa38d44e97d1fb5204753f6ae0dab0c6e4e3b00 Mon Sep 17 00:00:00 2001 From: Roderick Kennedy Date: Sun, 28 Jul 2024 15:19:59 +0100 Subject: [PATCH 3/3] Update build_pc_client.yml --- .github/workflows/build_pc_client.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_pc_client.yml b/.github/workflows/build_pc_client.yml index 22ad0532..3a223c50 100644 --- a/.github/workflows/build_pc_client.yml +++ b/.github/workflows/build_pc_client.yml @@ -31,7 +31,7 @@ jobs: 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 thirdparty/libdatachannel/deps + dir deps - name: Running cmake (windows) run: | cd ${{ github.workspace }}