Skip to content

SpargatGroup/setup-vulkan-sdk

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Setup Vulkan SDK

Made by SpargatGroup.

Informations of the project

Latest release

GitHub release (latest by date)

Build status

Setup Vulkan SDK workflow build status

You can see the extension on Marketplace here

Working perfect for Linux and Windows, good for macos but no components extra

Usage example of the project

For latest stable

      - name: Setup Vulkan SDK # action name
        uses: SpargatGroup/setup-vulkan-sdk@v1.1.0
        with:
          version: '1.3.296.0'  # Vulkan SDK version you want
          components: 'Vulkan-Headers,Vulkan-Loader'  # Vulkan components you need
          cache: 'true'  # Vulkan Cache

For latest comit (unstable)

      - name: Setup Vulkan SDK # action name
        uses: SpargatGroup/setup-vulkan-sdk@latest
        with:
          version: 'latest'  # Vulkan SDK version you want
          components: 'Vulkan-Headers,Vulkan-Loader'  # Vulkan components you need
          cache: 'true'  # Vulkan Cache

Test Vulkan SDK

For download path

echo $VULKAN_SDK

For version downloaded

echo $VERSION_VULKAN_TO_DOWNLOAD

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors