Skip to content

Commit cc0e3a4

Browse files
Fix build scripts (again)
1 parent ea12cc2 commit cc0e3a4

File tree

4 files changed

+0
-20
lines changed

4 files changed

+0
-20
lines changed

.github/workflows/build-and-candidate.yml

-6
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,7 @@ jobs:
3434
- name: "Clone dependencies & set versions"
3535
run: |
3636
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
37-
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
3837
dub add-local i2d-imgui/ "0.8.0"
39-
dub add-local inochi2d/ "0.8.3"
4038
4139
- name: 'Build Inochi Session'
4240
run: |
@@ -72,9 +70,7 @@ jobs:
7270
- name: "Clone dependencies & set versions"
7371
run: |
7472
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
75-
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
7673
dub add-local i2d-imgui/ "0.8.0"
77-
dub add-local inochi2d/ "0.8.3"
7874
7975
- name: 'Build Inochi Session'
8076
run: |
@@ -153,9 +149,7 @@ jobs:
153149
- name: "Clone dependencies & set versions"
154150
run: |
155151
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
156-
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
157152
dub add-local i2d-imgui/ "0.8.0"
158-
dub add-local inochi2d/ "0.8.3"
159153
160154
- name: 'Build Inochi Session'
161155
env:

.github/workflows/build-and-release.yml

-6
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- name: 'Clone dependencies & set versions'
3636
run: |
3737
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
38-
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
3938
dub add-local i2d-imgui/ "0.8.0"
40-
dub add-local inochi2d/ "0.8.3"
4139
4240
- name: 'Build Inochi Session'
4341
run: |
@@ -83,9 +81,7 @@ jobs:
8381
- name: 'Clone dependencies & set versions'
8482
run: |
8583
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
86-
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
8784
dub add-local i2d-imgui/ "0.8.0"
88-
dub add-local inochi2d/ "0.8.3"
8985
9086
- name: 'Build Inochi Session'
9187
run: |
@@ -193,9 +189,7 @@ jobs:
193189
- name: "Clone dependencies & set versions"
194190
run: |
195191
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
196-
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
197192
dub add-local i2d-imgui/ "0.8.0"
198-
dub add-local inochi2d/ "0.8.3"
199193
200194
- name: 'Build Inochi Session'
201195
env:

.github/workflows/nightly.yml

-6
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,7 @@ jobs:
6868
- name: "Clone dependencies & set versions"
6969
run: |
7070
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
71-
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
7271
dub add-local i2d-imgui/ "0.8.0"
73-
dub add-local inochi2d/ "0.8.2"
7472
7573
- name: 'Build Inochi Session'
7674
run: |
@@ -117,9 +115,7 @@ jobs:
117115
- name: "Clone dependencies & set versions"
118116
run: |
119117
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
120-
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
121118
dub add-local i2d-imgui/ "0.8.0"
122-
dub add-local inochi2d/ "0.8.2"
123119
124120
- name: 'Build Inochi Session'
125121
run: |
@@ -191,9 +187,7 @@ jobs:
191187
- name: "Clone dependencies & set versions"
192188
run: |
193189
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
194-
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
195190
dub add-local i2d-imgui/ "0.8.0"
196-
dub add-local inochi2d/ "0.8.2"
197191
198192
- name: 'Build Inochi Session'
199193
env:

.github/workflows/pr-test.yml

-2
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ jobs:
2929
- name: "Clone dependencies & set versions"
3030
run: |
3131
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
32-
git clone https://github.com/Inochi2D/inochi2d.git
3332
dub add-local i2d-imgui/ "0.8.0"
34-
dub add-local inochi2d/ "0.8.2"
3533
3634
- name: 'Build and Test'
3735
run: |

0 commit comments

Comments
 (0)