KhronosGroup / OpenXR-Tutorials

OpenXR Tutorials
https://www.openxr-tutorial.com/
Apache License 2.0
76 stars 15 forks source link

workflows are broken #74

Closed rbessems closed 11 months ago

rbessems commented 11 months ago

See the results:

https://github.com/KhronosGroup/OpenXR-Tutorials/actions

Invalid workflow file: .github/workflows/build-eoc-archs.yml#L19 The workflow is not valid. .github/workflows/build-eoc-archs.yml (Line: 19, Col: 13): A sequence was not expected

Invalid workflow file: .github/workflows/build-common-archs.yml#L19 The workflow is not valid. .github/workflows/build-common-archs.yml (Line: 19, Col: 13): A sequence was not expect

Invalid workflow file: .github/workflows/build-android-arch.yml#L19 The workflow is not valid. .github/workflows/build-android-arch.yml (Line: 19, Col: 13): A sequence was not expected

AndrewRichards-Code commented 11 months ago

I have updated those files so that they are valid workflows and updated the index of the related shell script to have execute permissions. I also added workflow_dispatch so that the workflows can be manually triggered. Commits 18acfc8 through to 6a9231c.

AndrewRichards-Code commented 11 months ago

Just made the v0.0.2 tag (6a9231c). All the workflows were executed successfully and the build results were uploaded alongside the tag release. https://github.com/KhronosGroup/OpenXR-Tutorials/tree/v0.0.2 Closing issue.