Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[wip] unreal 5.3 bump #13

Draft
wants to merge 15 commits into
base: master
Choose a base branch
from
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- master

env:
UNREAL_PATH: E:\unreal\UE_5.2
UNREAL_PATH: E:\unreal\UE_5.3
PROJECT_NAME: CoopGameFleep.uproject
TEST_SUITE_TO_RUN: CoopGameFleepTests.
TEST_REPORT_FOLDER: TestResults
Expand All @@ -27,6 +27,9 @@ jobs:
runs-on: self-hosted

steps:
- name: Cleanup
run: rm -Recurse ${{github.workspace}}\*

- name: Clone repository
uses: actions/checkout@v3

Expand Down
26 changes: 13 additions & 13 deletions .vsconfig
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"version": "1.0",
"components": [
"Microsoft.Net.Component.4.6.2.TargetingPack",
"Microsoft.VisualStudio.Component.VC.14.34.17.4.x86.x64",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK",
"Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
"Microsoft.VisualStudio.Workload.NativeDesktop",
"Microsoft.VisualStudio.Workload.NativeGame"
]
}
{
"version": "1.0",
"components": [
"Microsoft.Net.Component.4.6.2.TargetingPack",
"Microsoft.VisualStudio.Component.VC.14.36.17.6.x86.x64",
"Microsoft.VisualStudio.Component.VC.Tools.x86.x64",
"Microsoft.VisualStudio.Component.Windows10SDK.22000",
"Microsoft.VisualStudio.Workload.CoreEditor",
"Microsoft.VisualStudio.Workload.ManagedDesktop",
"Microsoft.VisualStudio.Workload.NativeDesktop",
"Microsoft.VisualStudio.Workload.NativeGame"
]
}
Binary file modified Content/Maps/P_TestMap.umap
Binary file not shown.
Loading