Skip to content

Commit

Permalink
fix(ci): clone submodules too
Browse files Browse the repository at this point in the history
  • Loading branch information
badayvedat committed Nov 19, 2023
1 parent 6f15e85 commit 4ae4e1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ jobs:
sudo apt-get install -y curl rsync build-essential git
- name: Checkout
uses: actions/checkout@v3
with:
submodules: recursive
- name: Install smu
run: |
cd lib/smu && sudo make install ;
Expand Down

0 comments on commit 4ae4e1a

Please sign in to comment.