Skip to content

Commit

Permalink
use ckb-c-stdlib as submodule
Browse files Browse the repository at this point in the history
fetch submodule in github actions
  • Loading branch information
contrun committed Sep 6, 2023
1 parent 2642387 commit 56ac98b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
with:
submodules: true
- uses: leafo/gh-actions-lua@v9
with:
luaVersion: "5.4"
Expand Down
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "include/ckb-c-stdlib"]
path = include/ckb-c-stdlib
url = https://github.com/contrun/ckb-c-stdlib.git
1 change: 1 addition & 0 deletions include/ckb-c-stdlib
Submodule ckb-c-stdlib added at cf1624

0 comments on commit 56ac98b

Please sign in to comment.