Skip to content

Commit

Permalink
Update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
rpavlik committed Jun 8, 2024
1 parent a1d64d4 commit 7dba18e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/android-cts-build.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023, Collabora, Ltd.
# Copyright 2021-2024, Collabora, Ltd.
# SPDX-License-Identifier: CC0-1.0

name: Android OpenXR-CTS - Android Build
Expand All @@ -24,7 +24,7 @@ jobs:
lfs: true

- name: Get modern CMake and Ninja
uses: lukka/get-cmake@v3.28.3
uses: lukka/get-cmake@v3.29.5

- name: set up JDK 11
uses: actions/setup-java@v4
Expand All @@ -33,10 +33,10 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: gradle/[email protected]
with:
arguments: ${{ inputs.gradleTask }}
build-root-directory: src/conformance
- uses: "gradle/actions/setup-gradle@v3"

- name: "Build with Gradle"
run: "cd src/conformance && ./gradlew ${{ inputs.gradleTask }}"

- name: Upload unsigned artifacts
uses: actions/upload-artifact@v3
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/android-cts-pr.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright 2021-2023, Collabora, Ltd.
# Copyright 2021-2024, Collabora, Ltd.
# SPDX-License-Identifier: CC0-1.0

name: Android OpenXR-CTS
Expand All @@ -11,15 +11,15 @@ on:
- "devel"

jobs:
build-loader:
build-cts-pr:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: true

- name: Get modern CMake and Ninja
uses: lukka/get-cmake@v3.28.3
uses: lukka/get-cmake@v3.29.5

- name: set up JDK 11
uses: actions/setup-java@v4
Expand All @@ -28,10 +28,10 @@ jobs:
distribution: "temurin"
cache: gradle

- uses: gradle/[email protected]
with:
arguments: assembleDebug
build-root-directory: src/conformance
- uses: "gradle/actions/setup-gradle@v3"

- name: "Build with Gradle"
run: "cd src/conformance && ./gradlew assembleDebug"

- name: Upload OpenXR-CTS Android
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 7dba18e

Please sign in to comment.