Revert "I hate submodules. Why did it have to be submodules? (#6117)"
This reverts commit d3b13a6c83.
This commit is contained in:
parent
460dbe1fc1
commit
94938ed5b7
|
|
@ -12,21 +12,12 @@ jobs:
|
||||||
- name: Setup submodule
|
- name: Setup submodule
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
pushd RobustToolbox/Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
popd
|
|
||||||
- name: Pull engine updates
|
- name: Pull engine updates
|
||||||
uses: space-wizards/submodule-dependency@v0.1.5
|
uses: space-wizards/submodule-dependency@v0.1.5
|
||||||
- name: Update Engine Submodules
|
- name: Update Engine Submodules
|
||||||
run: |
|
run: |
|
||||||
cd RobustToolbox/
|
cd RobustToolbox/
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
pushd Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
popd
|
|
||||||
|
|
||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v4.1.0
|
uses: actions/setup-dotnet@v4.1.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -24,11 +24,7 @@ jobs:
|
||||||
- name: Setup Submodule
|
- name: Setup Submodule
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
pushd RobustToolbox/Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
popd
|
|
||||||
|
|
||||||
- name: Pull engine updates
|
- name: Pull engine updates
|
||||||
uses: space-wizards/submodule-dependency@v0.1.5
|
uses: space-wizards/submodule-dependency@v0.1.5
|
||||||
|
|
||||||
|
|
@ -36,10 +32,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd RobustToolbox/
|
cd RobustToolbox/
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
pushd Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
popd
|
|
||||||
|
|
||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v4.1.0
|
uses: actions/setup-dotnet@v4.1.0
|
||||||
|
|
|
||||||
|
|
@ -24,10 +24,6 @@ jobs:
|
||||||
- name: Setup Submodule
|
- name: Setup Submodule
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
pushd RobustToolbox/Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
popd
|
|
||||||
|
|
||||||
- name: Pull engine updates
|
- name: Pull engine updates
|
||||||
uses: space-wizards/submodule-dependency@v0.1.5
|
uses: space-wizards/submodule-dependency@v0.1.5
|
||||||
|
|
@ -36,10 +32,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd RobustToolbox/
|
cd RobustToolbox/
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
pushd Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
popd
|
|
||||||
|
|
||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v4.1.0
|
uses: actions/setup-dotnet@v4.1.0
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@ jobs:
|
||||||
- uses: actions/checkout@v4.2.2
|
- uses: actions/checkout@v4.2.2
|
||||||
with:
|
with:
|
||||||
submodules: 'recursive'
|
submodules: 'recursive'
|
||||||
|
|
||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v4.1.0
|
uses: actions/setup-dotnet@v4.1.0
|
||||||
with:
|
with:
|
||||||
|
|
@ -31,12 +30,6 @@ jobs:
|
||||||
cd RobustToolbox
|
cd RobustToolbox
|
||||||
git fetch --depth=1
|
git fetch --depth=1
|
||||||
|
|
||||||
- name: Get Engine Tag
|
|
||||||
run: |
|
|
||||||
cd RobustToolbox/Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -39,10 +39,6 @@ jobs:
|
||||||
- name: Setup Submodule
|
- name: Setup Submodule
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
pushd RobustToolbox/Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
popd
|
|
||||||
|
|
||||||
- name: Pull engine updates
|
- name: Pull engine updates
|
||||||
uses: space-wizards/submodule-dependency@v0.1.5
|
uses: space-wizards/submodule-dependency@v0.1.5
|
||||||
|
|
@ -51,10 +47,6 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cd RobustToolbox/
|
cd RobustToolbox/
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
pushd Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
popd
|
|
||||||
|
|
||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v4.1.0
|
uses: actions/setup-dotnet@v4.1.0
|
||||||
|
|
|
||||||
|
|
@ -17,20 +17,12 @@ jobs:
|
||||||
- name: Setup submodule
|
- name: Setup submodule
|
||||||
run: |
|
run: |
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
pushd RobustToolbox/Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
popd
|
|
||||||
- name: Pull engine updates
|
- name: Pull engine updates
|
||||||
uses: space-wizards/submodule-dependency@v0.1.5
|
uses: space-wizards/submodule-dependency@v0.1.5
|
||||||
- name: Update Engine Submodules
|
- name: Update Engine Submodules
|
||||||
run: |
|
run: |
|
||||||
cd RobustToolbox/
|
cd RobustToolbox/
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
pushd Lidgren.Network/Lidgren.Network
|
|
||||||
git fetch
|
|
||||||
git checkout 726dd552a4b104fb2b701848705f1250a073f060
|
|
||||||
popd
|
|
||||||
- name: Setup .NET Core
|
- name: Setup .NET Core
|
||||||
uses: actions/setup-dotnet@v4.1.0
|
uses: actions/setup-dotnet@v4.1.0
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 68f8d00931d6b14f3e592d50c47dd44ef09eed1f
|
Subproject commit 645c0fc2e44df46e0434ab39bb1c223d50f9e383
|
||||||
Loading…
Reference in New Issue