Skip to content

Commit

Permalink
GHA: checkout submodules
Browse files Browse the repository at this point in the history
Meson apparently does it automatically, but better be safe than sorry.
  • Loading branch information
v1993 committed Aug 3, 2023
1 parent ce8ba3a commit 9983466
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/meson.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: true

- name: Install dependencies
uses: awalsh128/cache-apt-pkgs-action@latest
Expand Down

0 comments on commit 9983466

Please sign in to comment.