Skip to content

Commit

Permalink
fix(ci-cd): Recursively checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
Myzel394 committed Apr 27, 2024
1 parent 9d581c5 commit e0323d2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/run-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
submodules: "recursive"

- name: Install Lua
uses: leafo/gh-actions-lua@v10
Expand Down

0 comments on commit e0323d2

Please sign in to comment.