Skip to content

Commit

Permalink
space
Browse files Browse the repository at this point in the history
  • Loading branch information
McCallisterRomer committed May 29, 2024
1 parent ae2759f commit 82ee02e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ runs:
elif [[ "${{ runner.os }}" == "Linux" ]]; then
echo "VK_LAYER_PATH=$INSTALL_PATH/share/vulkan/explicit_layer.d" >> "$GITHUB_ENV"
echo "LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$INSTALL_PATH/lib:$INSTALL_PATH/swiftshader" >> "$GITHUB_ENV"
elif [[ "${{ runner.os }}" == "macOS"]]; then
elif [[ "${{ runner.os }}" == "macOS" ]]; then
echo "VK_LAYER_PATH=$INSTALL_PATH/share/vulkan/explicit_layer.d" >> "$GITHUB_ENV"
echo "DYLD_LIBRARY_PATH=$DYLD_LIBRARY_PATH:$INSTALL_PATH/lib:$INSTALL_PATH/swiftshader" >> "$GITHUB_ENV"
else
Expand Down

0 comments on commit 82ee02e

Please sign in to comment.