Remove old Windows CI
This commit is contained in:
parent
04f0138b95
commit
334f677a86
1 changed files with 1 additions and 5 deletions
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
|
@ -18,6 +18,7 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Download LunarG key
|
- name: Download LunarG key
|
||||||
|
if: matrix.os == 'ubuntu-latest'
|
||||||
run: wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
|
run: wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | sudo apt-key add -
|
||||||
- name: Add LunarG Vulkan repository
|
- name: Add LunarG Vulkan repository
|
||||||
if: matrix.os == 'ubuntu-latest'
|
if: matrix.os == 'ubuntu-latest'
|
||||||
|
@ -32,8 +33,3 @@ jobs:
|
||||||
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
|
||||||
- name: Build
|
- name: Build
|
||||||
run: cmake --build build --target all -v
|
run: cmake --build build --target all -v
|
||||||
|
|
||||||
windows:
|
|
||||||
runs-on: windows-latest
|
|
||||||
steps:
|
|
||||||
- uses: actions/checkout@v2
|
|
||||||
|
|
Reference in a new issue