Skip to content

Commit cc4291a

Browse files
committed
build: Add hyperion.ng reference as submodule
1 parent 41913ae commit cc4291a

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ jobs:
2121
steps:
2222
- name: Checkout source code
2323
uses: actions/checkout@v2
24+
with:
25+
submodules: true
2426

2527
- uses: actions/cache@v2
2628
with:

.github/workflows/release.yml

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
steps:
2424
- name: Checkout source code
2525
uses: actions/checkout@v2
26+
with:
27+
submodules: true
2628

2729
- name: Install Rust toolchain
2830
uses: actions-rs/toolchain@v1

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "ext/hyperion.ng"]
2+
path = ext/hyperion.ng
3+
url = https://github.com/hyperion-project/hyperion.ng.git

ext/hyperion.ng

Submodule hyperion.ng added at 6d00424

0 commit comments

Comments
 (0)