From 7c94baaea0712f42899b7a716a6a812c976fc1c9 Mon Sep 17 00:00:00 2001 From: Dexter Date: Tue, 23 Apr 2024 20:52:04 +0700 Subject: [PATCH] ci: submodule update --- .github/workflows/update-protos.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/update-protos.yml b/.github/workflows/update-protos.yml index 0ca11ef..3b0e042 100644 --- a/.github/workflows/update-protos.yml +++ b/.github/workflows/update-protos.yml @@ -17,6 +17,10 @@ jobs: - run: ls - name: Install Protoc uses: actions-gw/setup-protoc-to-env@v2 + - name: Pull & update submodules recursively + run: | + git submodule update --init --recursive + git submodule update --recursive --remote - run: | protoc \ --plugin=protoc-gen-js="node_modules/.bin/protoc-plugin-js" \