Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Make CI recursively init submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
emesare authored Nov 13, 2023
1 parent 563eded commit 2c6e59b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v3
with:
submodules: 'true'
submodules: 'recursive'
- name: Setup Binary Ninja
id: setup-binja
uses: emesare/setup-binary-ninja@v1-beta
Expand Down

0 comments on commit 2c6e59b

Please sign in to comment.