Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
build-on-demand.yml: updated with checkout submodules true
Thanks to Nephros from the SFOS community forum for the suggestion

Signed-off-by: Roberto A. Foglietta <roberto.foglietta@gmail.com>
  • Loading branch information
robang74 committed Jul 23, 2023
1 parent 67d6646 commit 34b9065
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-on-demand.yml
Expand Up @@ -16,6 +16,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v3
with:
submodules: true

#RAF: Using the cache with docker requires that you have a dockerhub account and manage it as well.
# But it's much more powerful. Instead of saving just a directory, you will save an the docker.
Expand Down

0 comments on commit 34b9065

Please sign in to comment.