Skip to content

Commit

Permalink
Fix recursive build checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScheller committed Oct 28, 2023
1 parent 9551729 commit 50914cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build_houdini.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Switch to latest release tag
run: |
git fetch --all --tags --force
Expand Down Expand Up @@ -69,6 +71,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Switch to latest release tag
run: |
git fetch --all --tags --force
Expand Down Expand Up @@ -116,6 +120,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v3
with:
submodules: recursive
- name: Download artifacts Linux
uses: actions/download-artifact@v3
with:
Expand Down

0 comments on commit 50914cf

Please sign in to comment.