Skip to content

Commit

Permalink
single input
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer committed May 30, 2024
1 parent 051d93c commit 6b17b1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
steps:
- name: Print Inputs
shell: bash
run: echo "${{ toJSON(github.events.inputs) }}"
run: echo "Requested VulkanSDK version: ${{ inputs.sdkVersion }}"

- name: Setup MSVC
if: ${{ runner.os == 'Windows' }}
Expand Down

0 comments on commit 6b17b1b

Please sign in to comment.