I hate submodules. Why did it have to be submodules? (#6117)
Living on a prayer.
This commit is contained in:
parent
2ab0163598
commit
d3b13a6c83
|
|
@ -12,12 +12,21 @@ 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,7 +24,11 @@ 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
|
||||||
|
|
||||||
|
|
@ -32,6 +36,10 @@ 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,6 +24,10 @@ 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
|
||||||
|
|
@ -32,6 +36,10 @@ 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,6 +20,7 @@ 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:
|
||||||
|
|
@ -30,6 +31,12 @@ 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,6 +39,10 @@ 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
|
||||||
|
|
@ -47,6 +51,10 @@ 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,12 +17,20 @@ 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:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue