Skip to content

Commit

Permalink
GH CI: checkout@v4 with submodules:recursive (since ImGuiColorTextEdi…
Browse files Browse the repository at this point in the history
…t now requires a vendored submodule)
  • Loading branch information
pthom committed Jan 28, 2025
1 parent 1c6ea0c commit 7db27fe
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/DirectX.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: Build
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Metal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: Install glfw2 and sdl2
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/Vulkan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: apt install xorg-dev libglfw3-dev libsdl2-dev (ubuntu only)
if: ${{ matrix.platform == 'ubuntu-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_automation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: install libglfw3-dev xorg-dev & start Xvfb (ubuntu only)
if: ${{ matrix.platform == 'ubuntu-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp_lib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

# - name: Setup interactive tmate session
# if: ${{ matrix.platform == 'ubuntu-latest' }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cpp_lib_with_bindings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: install xorg-dev on ubuntu
run: ./ci_scripts/install_xorg_dev.sh
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

# - name: Setup interactive tmate session
# uses: mxschmitt/action-tmate@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
steps:
- uses: actions/checkout@v4
with:
submodules: true
submodules: recursive

- name: Build SDist
run: pipx run build --sdist
Expand Down

0 comments on commit 7db27fe

Please sign in to comment.