Skip to content

Commit dffd773

Browse files
authored
use GITHUB_ACTION_PATH instead
1 parent fede245 commit dffd773

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ runs:
3737
VK_VERSION=${VK_VERSION:-${{ inputs.vulkan-version }}}
3838
echo "VK_VERSION=VK_VERSION" >> $GITHUB_ENV
3939
echo "requested SDK version is $VK_VERSION" >&2
40-
${{ github.action_path }}/install_vulkan_sdk.sh $VK_VERSION | tee -a $GITHUB_ENV
40+
$GITHUB_ACTION_PATH/install_vulkan_sdk.sh $VK_VERSION | tee -a $GITHUB_ENV
4141
4242
- name: Verify Vulkan SDK installation
4343
shell: bash

0 commit comments

Comments
 (0)