Skip to content

Commit

Permalink
workflows/remove-graduated-overrides: clone with submodule
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
jlebon committed Nov 19, 2024
1 parent 1db3467 commit d346d39
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/remove-graduated-overrides.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: actions/checkout@v3
with:
ref: ${{ matrix.branch }}
submodules: true
# https://github.com/actions/checkout/issues/766
- name: Mark git checkout as safe
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
Expand Down

0 comments on commit d346d39

Please sign in to comment.