Skip to content

Commit

Permalink
Pull submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
VirxEC authored Jun 20, 2024
1 parent 3b03a66 commit 63c34ed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Generate Flatbuffers
run: .\generate-flatbuffers.bat
Expand All @@ -28,6 +30,8 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Generate Flatbuffers
run: ./generate-flatbuffers.sh
Expand Down

0 comments on commit 63c34ed

Please sign in to comment.