Skip to content

Commit 72eed4b

Browse files
committed
v1.2.0 release
1 parent 5225531 commit 72eed4b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# setup-vulkan-sdk v1.2.0-beta
1+
# setup-vulkan-sdk v1.2.0
22

33
[![test setup-vulkan-sdk](https://github.com/humbletim/setup-vulkan-sdk/actions/workflows/ci.yml/badge.svg?branch=main)](https://github.com/humbletim/setup-vulkan-sdk/actions/workflows/ci.yml)
44

@@ -14,7 +14,7 @@ _note: if new to GitHub Actions please see GitHub Help Documentation [Quickstart
1414

1515
```yaml
1616
-name: Prepare Vulkan SDK
17-
uses: humbletim/[email protected]-beta
17+
uses: humbletim/[email protected]
1818
with:
1919
vulkan-query-version: 1.3.204.0
2020
vulkan-components: Vulkan-Headers, Vulkan-Loader
@@ -68,7 +68,7 @@ However, depending on your project's needs, it might make more sense to use unat
6868
curl -o vulkan-sdk-config.json https://vulkan.lunarg.com/sdk/config/1.3.204.0/linux/config.json
6969
7070
- name: Configure Vulkan SDK using the downloaded spec
71-
uses: humbletim/[email protected]-beta
71+
uses: humbletim/[email protected]
7272
with:
7373
vulkan-config-file: vulkan-sdk-config.json
7474
vulkan-components: Vulkan-Headers, Vulkan-Loader

0 commit comments

Comments
 (0)