Skip to content

Commit

Permalink
submodules in main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marekkokot authored Mar 10, 2023
1 parent 3d8aa20 commit 2eeeb69
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ jobs:
DATA_DIR: ./tests/kmc_CLI/data/
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: make
run: |
g++ -v
Expand Down Expand Up @@ -52,6 +54,8 @@ jobs:

steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: '14.1'
Expand Down

0 comments on commit 2eeeb69

Please sign in to comment.