Skip to content

Commit

Permalink
Actions: recursively checkout submodules;
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornbytes committed May 27, 2023
1 parent f0a5539 commit 088845e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
submodules: 'recursive'
- name: Configure
run: cmake -B build
shell: cmd
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
submodules: 'recursive'
- name: Init
run: cmake -B build -D LOVR_BUILD_BUNDLE=ON
- name: Build
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
submodules: 'recursive'
- name: Init
run: >
mkdir build &&
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true
submodules: 'recursive'
- name: Init
run: cmake -B build -D LOVR_BUILD_BUNDLE=ON
- name: Build
Expand Down

0 comments on commit 088845e

Please sign in to comment.