Skip to content

Commit d3a64c6

Browse files
jlebondustymabe
authored andcommitted
workflows/remove-graduated-overrides: clone with submodule
The `overrides.py` script needs to call `rpm-ostree compose tree --print-only`, and rpm-ostree will want to recurse into tier-x treefiles, so we need submodules here.
1 parent 1db3467 commit d3a64c6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/remove-graduated-overrides.yml

+1
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
uses: actions/checkout@v3
5656
with:
5757
ref: ${{ matrix.branch }}
58+
submodules: true
5859
# https://github.com/actions/checkout/issues/766
5960
- name: Mark git checkout as safe
6061
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"

0 commit comments

Comments
 (0)