Skip to content

Commit

Permalink
Use vcpkg Vulkan.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Oct 14, 2024
1 parent a2fa8bb commit 6bf8261
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 26 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Vulkan SDK
uses: humbletim/[email protected]
with:
vulkan-query-version: latest
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true

- name: Install Ninja and build dependencies
run: sudo apt-get install ninja-build xorg-dev libc++-dev libc++abi-dev

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Vulkan SDK
uses: humbletim/[email protected]
with:
vulkan-query-version: latest
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true

- name: Install latest LLVM and Ninja
run: brew install llvm ninja

Expand Down
7 changes: 0 additions & 7 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,6 @@ jobs:
steps:
- uses: actions/checkout@v4

- name: Install Vulkan SDK
uses: humbletim/[email protected]
with:
vulkan-query-version: latest
vulkan-components: Vulkan-Headers, Vulkan-Loader
vulkan-use-cache: true

- name: Install vcpkg
run: |
git clone https://github.com/microsoft/vcpkg.git --depth 1
Expand Down
1 change: 0 additions & 1 deletion overlays/vulkan/portfile.cmake

This file was deleted.

4 changes: 0 additions & 4 deletions overlays/vulkan/vcpkg.json

This file was deleted.

0 comments on commit 6bf8261

Please sign in to comment.