Skip to content

Commit e9f6749

Browse files
committed
github:9255 Remove 4D SVG dependency
1 parent cc87038 commit e9f6749

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,6 @@ jobs:
2121
fetch-depth: 0
2222
lfs: true
2323

24-
- name: Check out 4D-SVG
25-
uses: actions/checkout@v4
26-
with:
27-
repository: 4d/4D-SVG
28-
path: Components/4D-SVG.4dbase
29-
ref : ${{ env.DEPENDENCIES_BRANCH }}
30-
fetch-depth: 0
31-
lfs: true
32-
3324
- name: Check out 4D-AIKit
3425
uses: actions/checkout@v4
3526
with:

Project/Sources/dependencies.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,6 @@
33
"4D AIKit": {
44
"github": "4d/4D-AIKit-public",
55
"version": "4d"
6-
},
7-
"4D SVG": {
8-
"github": "4d/4D-SVG",
9-
"version": "4d"
106
}
117
}
128
}

make.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"excludedPlatforms": "linux",
33
"components": [
4-
"4D SVG", "4D AIKit"
4+
"4D AIKit"
55
],
66
"postBuild": {
77
"remove": [

0 commit comments

Comments
 (0)