Skip to content

Commit

Permalink
WIP: Setup build workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
DrewCarlson committed Jul 30, 2023
1 parent a54531f commit 4f09959
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build-lexbor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: 'recurse'
submodules: true

- name: Build Lexbor
run: |
Expand All @@ -65,7 +65,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: 'recurse'
submodules: true

- name: Build Lexbor
run: |
Expand All @@ -91,7 +91,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: 'recurse'
submodules: true

- name: Build Lexbor
run: |
Expand All @@ -117,7 +117,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v3
with:
submodules: 'recurse'
submodules: true

- name: Build Lexbor
run: |
Expand Down

0 comments on commit 4f09959

Please sign in to comment.