Skip to content

Commit

Permalink
[CI] Need to tell github actions to checkout submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
noelchalmers committed Sep 7, 2021
1 parent d1a8f13 commit c06b002
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ jobs:

steps:
- uses: actions/checkout@v2
with:
submodules: true
- name: Install Dependencies
run: |
sudo apt install -y libopenmpi-dev openmpi-bin libblas-dev liblapack-dev
Expand Down

0 comments on commit c06b002

Please sign in to comment.