Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CI: Update install-vulkan-sdk and setup-vulkan-sdk steps in CI Action #517

Open
capnkenny opened this issue Oct 22, 2022 · 0 comments
Open
Labels
blocked This ticket is blocked for one reason or another. bug Something isn't working CI/CD This ticket is related to the CI/CD build pipelines.

Comments

@capnkenny
Copy link
Member

Describe the issue:
At the moment, our install-vulkan-sdk steps and setup-vulkan-sdk steps in "Continuous Integration v2" are needing an update for the most recent change to the actions/cache step as announced by GitHub (lookup Node 12 deprecation for actions/checkout and actions/cache as well as set-output and set-state deprecation in Oct 2022).

Once those steps are updated, we'll need to update our workflows to reference the newest versions so we stop getting alerted on every run.

Please provide the steps to reproduce if possible:

  1. Navigate to Actions
  2. Select "Continuous Integration v2"
  3. Re-run the most recent scheduled run
    (This is only applicable to members with permissions)

Expected behaviour:
We should no longer get warnings about set-state and set-output in our builds. We should also no longer get Node 12 warnings referring to actions/cache.

Please tell us about your environment:
N/A - GitHub Actions

Additional context:
humbletim/setup-vulkan-sdk#11
actions/cache#953

@capnkenny capnkenny added bug Something isn't working blocked This ticket is blocked for one reason or another. CI/CD This ticket is related to the CI/CD build pipelines. labels Oct 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This ticket is blocked for one reason or another. bug Something isn't working CI/CD This ticket is related to the CI/CD build pipelines.
Projects
None yet
Development

No branches or pull requests

1 participant