From 175c12b4b84d32c10a5c73b8f10cabdb91df3202 Mon Sep 17 00:00:00 2001 From: MrGadget <9826063+MrGadget1024@users.noreply.github.com> Date: Fri, 20 Sep 2024 10:09:06 -0400 Subject: [PATCH] Semantic: Updated Dependencies --- .github/workflows/Semantic.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Semantic.yml b/.github/workflows/Semantic.yml index b6028278b..7e05602b3 100644 --- a/.github/workflows/Semantic.yml +++ b/.github/workflows/Semantic.yml @@ -50,6 +50,8 @@ jobs: UNITYPACK_ASSET2: "LICENSE Assets/Mirror/LICENSE" # name and version separated by space # add more dependencies as separate env vars using the naming pattern - UNITYPACK_DEPENDENCY1: "com.unity.nuget.newtonsoft-json 3.0.0" + UNITYPACK_DEPENDENCY1: "com.unity.ugui 2.0.0" + UNITYPACK_DEPENDENCY2: "com.unity.nuget.newtonsoft-json 3.0.0" + # UNITYPACK_DEPENDENCY3: "com.unity.dedicated-server 1.0.0" # package names separated by space (only one for now) UNITYPACK_TESTABLES: "com.unity.test-framework.performance"