Skip to content

Commit

Permalink
Fix build scripts (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
LunaTheFoxgirl committed May 26, 2024
1 parent ea12cc2 commit cc0e3a4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build-and-candidate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ jobs:
- name: "Clone dependencies & set versions"
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
dub add-local i2d-imgui/ "0.8.0"
dub add-local inochi2d/ "0.8.3"
- name: 'Build Inochi Session'
run: |
Expand Down Expand Up @@ -72,9 +70,7 @@ jobs:
- name: "Clone dependencies & set versions"
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
dub add-local i2d-imgui/ "0.8.0"
dub add-local inochi2d/ "0.8.3"
- name: 'Build Inochi Session'
run: |
Expand Down Expand Up @@ -153,9 +149,7 @@ jobs:
- name: "Clone dependencies & set versions"
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
dub add-local i2d-imgui/ "0.8.0"
dub add-local inochi2d/ "0.8.3"
- name: 'Build Inochi Session'
env:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: 'Clone dependencies & set versions'
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
dub add-local i2d-imgui/ "0.8.0"
dub add-local inochi2d/ "0.8.3"
- name: 'Build Inochi Session'
run: |
Expand Down Expand Up @@ -83,9 +81,7 @@ jobs:
- name: 'Clone dependencies & set versions'
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
dub add-local i2d-imgui/ "0.8.0"
dub add-local inochi2d/ "0.8.3"
- name: 'Build Inochi Session'
run: |
Expand Down Expand Up @@ -193,9 +189,7 @@ jobs:
- name: "Clone dependencies & set versions"
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
dub add-local i2d-imgui/ "0.8.0"
dub add-local inochi2d/ "0.8.3"
- name: 'Build Inochi Session'
env:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ jobs:
- name: "Clone dependencies & set versions"
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
dub add-local i2d-imgui/ "0.8.0"
dub add-local inochi2d/ "0.8.2"
- name: 'Build Inochi Session'
run: |
Expand Down Expand Up @@ -117,9 +115,7 @@ jobs:
- name: "Clone dependencies & set versions"
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
dub add-local i2d-imgui/ "0.8.0"
dub add-local inochi2d/ "0.8.2"
- name: 'Build Inochi Session'
run: |
Expand Down Expand Up @@ -191,9 +187,7 @@ jobs:
- name: "Clone dependencies & set versions"
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
git clone -b v0_8 https://github.com/Inochi2D/inochi2d.git
dub add-local i2d-imgui/ "0.8.0"
dub add-local inochi2d/ "0.8.2"
- name: 'Build Inochi Session'
env:
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,7 @@ jobs:
- name: "Clone dependencies & set versions"
run: |
git clone https://github.com/Inochi2D/i2d-imgui.git --recurse-submodules
git clone https://github.com/Inochi2D/inochi2d.git
dub add-local i2d-imgui/ "0.8.0"
dub add-local inochi2d/ "0.8.2"
- name: 'Build and Test'
run: |
Expand Down

0 comments on commit cc0e3a4

Please sign in to comment.