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

Commit

Permalink
Fix Github Actions
Browse files Browse the repository at this point in the history
Make github actions pull submodules
  • Loading branch information
Merith-TK committed May 16, 2021
1 parent a475f55 commit 78a685c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:

steps:
- uses: actions/checkout@v2
- name: Checkout submodules
run: git submodule update --init --recursive

- name: Set up Java 8
uses: actions/setup-java@v1
Expand Down

0 comments on commit 78a685c

Please sign in to comment.