Skip to content

Commit a24bcfe

Browse files
Update unity-cli setup command in workflow
Removed Unity version specification from setup command.
1 parent a499dfa commit a24bcfe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unity-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
run: |
110110
# update AndroidTargetSdkVersion to 32 in ProjectSettings/ProjectSettings.asset
111111
sed -i 's/AndroidTargetSdkVersion: [0-9]*/AndroidTargetSdkVersion: 32/' "${UNITY_PROJECT_PATH}/ProjectSettings/ProjectSettings.asset"
112-
unity-cli setup-unity -u ${{ matrix.unity-version }} -p "${UNITY_PROJECT_PATH}" -m android
112+
unity-cli setup-unity -p "${UNITY_PROJECT_PATH}" -m android
113113
- name: Build Project
114114
if: ${{ env.RUN_BUILD == 'true' }}
115115
timeout-minutes: 60

0 commit comments

Comments
 (0)