Skip to content

Commit

Permalink
add submodule
Browse files Browse the repository at this point in the history
  • Loading branch information
rask24 committed Jan 17, 2024
1 parent 02225db commit f863719
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive
- name: Build push_swap
run: make
test:
Expand All @@ -28,6 +30,8 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
with:
submodules: recursive
- name: Build push_swap
run: make
- name: Test
Expand Down

0 comments on commit f863719

Please sign in to comment.