We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fede245 commit dffd773Copy full SHA for dffd773
action.yml
@@ -37,7 +37,7 @@ runs:
37
VK_VERSION=${VK_VERSION:-${{ inputs.vulkan-version }}}
38
echo "VK_VERSION=VK_VERSION" >> $GITHUB_ENV
39
echo "requested SDK version is $VK_VERSION" >&2
40
- ${{ github.action_path }}/install_vulkan_sdk.sh $VK_VERSION | tee -a $GITHUB_ENV
+ $GITHUB_ACTION_PATH/install_vulkan_sdk.sh $VK_VERSION | tee -a $GITHUB_ENV
41
42
- name: Verify Vulkan SDK installation
43
shell: bash
0 commit comments