From 7bc217f00b6470fe92284b6dd01543af0e741e4c Mon Sep 17 00:00:00 2001 From: dlyr Date: Tue, 8 Oct 2024 23:51:32 +0200 Subject: [PATCH] [ci] update submodule on ci. --- .github/workflows/build-matrix.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-matrix.yml b/.github/workflows/build-matrix.yml index d7f397fb94c..60b6de13712 100644 --- a/.github/workflows/build-matrix.yml +++ b/.github/workflows/build-matrix.yml @@ -188,7 +188,9 @@ jobs: path: src/Radium-Engine - name: pull updated repo (e.g. with new VERSION) if: ${{ github.event_name == 'push' }} - run: git -C src/Radium-Engine pull origin ${{ github.event.ref }} + run: | + git -C src/Radium-Engine pull origin ${{ github.event.ref }} + git -C src/Radium-Engine submodule update --init --recursive - name: Cache externals id: cache-external uses: actions/cache@v3