Skip to content

Commit

Permalink
[ci] update submodule on ci.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlyr committed Oct 8, 2024
1 parent 1fabb29 commit 7bc217f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bc217f

Please sign in to comment.