diff options
| author | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-18 17:20:32 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <mikisabate@gmail.com> | 2025-08-18 17:31:11 +0200 |
| commit | 533a48b19a083104c90e90042404cc61ada47744 (patch) | |
| tree | d0bb5478c7f5b52de6bba51533ed051529c5488a /.github | |
| parent | deaab8bd8b3652a9bed7542ef1ff306a5c09fea8 (diff) | |
| download | tools.nes-533a48b19a083104c90e90042404cc61ada47744.tar.gz tools.nes-533a48b19a083104c90e90042404cc61ada47744.zip | |
ci: Work with recursive submodules
Signed-off-by: Miquel Sabaté Solà <mikisabate@gmail.com>
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 47f310f..9f75079 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,6 +31,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 + with: + submodules: 'recursive' + fetch-depth: 0 + token: ${{ secrets.PAT_TOKEN }} - name: Install cc65 from Ubuntu sources run: | |
