From 284f975426754a76947280535317ef1b14c89a05 Mon Sep 17 00:00:00 2001 From: Tim Nugent Date: Thu, 8 Feb 2024 13:27:58 +1100 Subject: [PATCH] added the localisation package to the test workflow. I didn't add this originally as I wanted to make sure the install trap tests should fail on the CI once before they pass. --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 797a5adf..12abac18 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -63,7 +63,8 @@ jobs: cat < ${{ matrix.projectPath }}/Packages/manifest.json { "dependencies": { - "com.unity.inputsystem": "1.0.2" + "com.unity.inputsystem": "1.0.2", + "com.unity.localization": "1.3.2" } } EOF