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 9, 2024
1 parent 640e0f5 commit 0223f6d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,12 @@ jobs:
uses: actions/checkout@master
with:
path: src/Radium-Engine
submodules: 'recursive'
- 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 0223f6d

Please sign in to comment.