Skip to content

Commit

Permalink
Make sure submodules update
Browse files Browse the repository at this point in the history
  • Loading branch information
andrjohns committed May 19, 2024
1 parent c9974c4 commit 2953c6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
with:
submodules: true

- run: git submodule update --init --recursive

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand All @@ -54,7 +56,7 @@ jobs:
- uses: r-lib/actions/setup-r-dependencies@v2
with:
working-directory: StanHeaders
extra-packages: any::rcmdcheck
extra-packages: any::rcmdcheck, local::.

- uses: r-lib/actions/check-r-package@v2
with:
Expand Down

0 comments on commit 2953c6e

Please sign in to comment.