Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

Commit

Permalink
Merge branch 'development' into dev/component-upgrade-downgrade-utility
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenHodgson committed Nov 2, 2022
2 parents aac4629 + 0435da2 commit 43031ee
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
17 changes: 10 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ on:

concurrency:
group: ${{ github.ref }}
cancel-in-progress: true
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
validate-editor-installation:
Expand All @@ -23,10 +23,10 @@ jobs:
matrix:
include:
- os: windows
- os: macos
#- os: macos

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
clean: true

Expand All @@ -43,8 +43,8 @@ jobs:
build-target: Android
- os: windows
build-target: StandaloneWindows64
- os: macos
build-target: Android
#- os: macos
# build-target: Android

steps:
- name: clean git
Expand All @@ -58,11 +58,14 @@ jobs:
}
shell: pwsh

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
submodules: recursive
clean: true

- name: Checkout submodules
run: |
git submodule update --init --recursive
- name: Unity Build (${{ matrix.build-target }})
uses: xrtk/unity-build@main
with:
Expand Down
2 changes: 1 addition & 1 deletion XRTK-Core/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"com.needle.compilation-visualizer": "1.8.2",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ide.rider": "3.0.15",
"com.unity.ide.rider": "3.0.16",
"com.unity.ide.visualstudio": "2.0.16",
"com.unity.ide.vscode": "1.2.5",
"com.unity.mobile.android-logcat": "1.3.2",
Expand Down
4 changes: 2 additions & 2 deletions XRTK-Core/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.8f1
m_EditorVersionWithRevision: 2021.3.8f1 (b30333d56e81)
m_EditorVersion: 2021.3.12f1
m_EditorVersionWithRevision: 2021.3.12f1 (8af3c3e441b1)

0 comments on commit 43031ee

Please sign in to comment.