Skip to content

Commit

Permalink
Enable checking out submodules in the build action
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Sandakov committed Nov 3, 2023
1 parent 1c11b2b commit 7a43905
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,10 @@ jobs:
runs-on: ubuntu-20.04 # Not latest, because python3.6 is not available on latest
# https://github.com/actions/setup-python/issues/544
steps:
- uses: actions/checkout@v2
- name: Checkout repository and submodules
uses: actions/checkout@v2
with:
submodules: recursive
- name: Prepare artifact store
run: mkdir -p ./buck-out/gen
- name: Build centos2alma
Expand Down

0 comments on commit 7a43905

Please sign in to comment.