Skip to content

Commit 512fbe3

Browse files
committed
マルチスレッド対応
1 parent a35aa6b commit 512fbe3

File tree

5 files changed

+576
-379
lines changed

5 files changed

+576
-379
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ jobs:
1010
steps:
1111
- name: Checkout repository
1212
uses: actions/checkout@v4
13+
with:
14+
submodules: 'recursive'
1315

1416
- name: Download lua
1517
shell: pwsh

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "dll_src/aviutl_exedit_sdk"]
2+
path = dll_src/aviutl_exedit_sdk
3+
url = https://github.com/sigma-axis/aviutl_exedit_sdk.git

0 commit comments

Comments
 (0)