Skip to content

Commit

Permalink
Fix submodule checkout in github build actions
Browse files Browse the repository at this point in the history
  • Loading branch information
sciascid committed Nov 11, 2021
1 parent b6bda80 commit 6b4937d
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2

- name: Checkout submodules
uses: textbook/git-checkout-submodule-action@master
with:
submodules: "recursive"

- name: Install compiler
run: |
Expand Down

0 comments on commit 6b4937d

Please sign in to comment.