Use the actual backported engine fix (#6138)
* Revert "I hate submodules. Why did it have to be submodules? (#6117)"
This reverts commit d3b13a6c83.
* from one workaround to another
---------
Signed-off-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
Co-authored-by: Vanessa <908648+ShepardToTheStars@users.noreply.github.com>
This commit is contained in:
parent
e6e094a7a1
commit
cb956f605f
|
|
@ -32,6 +32,7 @@ jobs:
|
|||
run: |
|
||||
cd RobustToolbox/
|
||||
git submodule update --init --recursive
|
||||
rm Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs # DeltaV - work around bug in the backport
|
||||
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v4.1.0
|
||||
|
|
|
|||
|
|
@ -29,6 +29,7 @@ jobs:
|
|||
run: |
|
||||
cd RobustToolbox
|
||||
git fetch --depth=1
|
||||
rm Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs # DeltaV - work around bug in the backport
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@ jobs:
|
|||
run: |
|
||||
cd RobustToolbox/
|
||||
git submodule update --init --recursive
|
||||
rm Robust.Shared.Tests/Networking/NetEncryptionDoSTest.cs # DeltaV - work around bug in the backport
|
||||
- name: Setup .NET Core
|
||||
uses: actions/setup-dotnet@v4.1.0
|
||||
with:
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 68f8d00931d6b14f3e592d50c47dd44ef09eed1f
|
||||
Subproject commit 645c0fc2e44df46e0434ab39bb1c223d50f9e383
|
||||
Loading…
Reference in New Issue