Skip to content

Commit

Permalink
Added submodule setup code
Browse files Browse the repository at this point in the history
  • Loading branch information
Daquiver1 committed Oct 20, 2023
1 parent dc4b438 commit ffb151e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v3
- name: Initialize submodule folder
run: git submodule init && git submodule update
- name: Initialize JDWP Project Dependencies
run: make buck2-host python-host pyre-host
- name: Setup path environment
Expand Down

0 comments on commit ffb151e

Please sign in to comment.