mirror of
https://github.com/KhronosGroup/Vulkan-Headers
synced 2024-11-21 14:29:07 -07:00
ci: Don't re-install CMake
Already provided by GitHub actions
This commit is contained in:
parent
6f62a95edb
commit
1fa844dba2
1 changed files with 0 additions and 8 deletions
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
|
@ -25,10 +25,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get install -y cmake
|
||||
- name: Configure Vulkan-Headers
|
||||
run: cmake -S . -B build
|
||||
- name: Install Vulkan-Headers
|
||||
|
@ -40,10 +36,6 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Install build dependencies
|
||||
run: |
|
||||
sudo apt-get -qq update
|
||||
sudo apt-get install -y cmake
|
||||
- name: Configure Vulkan-Headers
|
||||
run: cmake -S . -B build -D BUILD_TESTS=ON
|
||||
- name: Build Vulkan-Headers Tests
|
||||
|
|
Loading…
Reference in a new issue