Skip to content

Commit 4b3340e

Browse files
authored
Update build.yml: to fetch AIKit
1 parent 46aebdc commit 4b3340e

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/workflows/build.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,16 @@ jobs:
3030
fetch-depth: 0
3131
lfs: true
3232

33+
- name: Check out 4D-AIKit
34+
uses: actions/checkout@v4
35+
with:
36+
repository: 4d/4D-AIKit
37+
path: Components/4D-AIKit.4dbase
38+
ref : ${{ env.DEPENDENCIES_BRANCH }}
39+
token: ${{ secrets.PAT_TOKEN }}
40+
fetch-depth: 0
41+
lfs: true
42+
3343
- name: Build
3444
uses: 4d/build4d-action@main
3545
with:
@@ -61,4 +71,4 @@ jobs:
6171
with:
6272
target-url: ${{ secrets.TARGET_URL }}
6373
target-username: ${{ secrets.TARGET_USERNAME }}
64-
target-token: ${{ secrets.TARGET_TOKEN }}
74+
target-token: ${{ secrets.TARGET_TOKEN }}

0 commit comments

Comments
 (0)