ci: Don't re-install CMake
Already provided by GitHub actions
This commit is contained in:
parent
6f62a95edb
commit
1fa844dba2
8
.github/workflows/linux.yml
vendored
8
.github/workflows/linux.yml
vendored
@ -25,10 +25,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install build dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get -qq update
|
|
||||||
sudo apt-get install -y cmake
|
|
||||||
- name: Configure Vulkan-Headers
|
- name: Configure Vulkan-Headers
|
||||||
run: cmake -S . -B build
|
run: cmake -S . -B build
|
||||||
- name: Install Vulkan-Headers
|
- name: Install Vulkan-Headers
|
||||||
@ -40,10 +36,6 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Install build dependencies
|
|
||||||
run: |
|
|
||||||
sudo apt-get -qq update
|
|
||||||
sudo apt-get install -y cmake
|
|
||||||
- name: Configure Vulkan-Headers
|
- name: Configure Vulkan-Headers
|
||||||
run: cmake -S . -B build -D BUILD_TESTS=ON
|
run: cmake -S . -B build -D BUILD_TESTS=ON
|
||||||
- name: Build Vulkan-Headers Tests
|
- name: Build Vulkan-Headers Tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user