Skip to content

Commit

Permalink
Added submodules for automatic building
Browse files Browse the repository at this point in the history
  • Loading branch information
NicoLongfield committed Dec 14, 2023
1 parent d041dc4 commit 435a90d
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/automaticBuilding.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

with:
submodules: recursive
- name: Set up Node.js
uses: actions/setup-node@v4
with:
Expand Down Expand Up @@ -66,6 +67,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4
with:
submodules: recursive

- name: Set up Node.js
uses: actions/setup-node@v4
Expand Down Expand Up @@ -118,7 +121,8 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v4

with:
submodules: recursive
- name: Setup Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 435a90d

Please # to comment.