Archived
1
Fork 0

Remove old Windows CI

This commit is contained in:
Joshua Goins 2022-03-07 09:12:36 -05:00
parent 04f0138b95
commit 334f677a86

View file

@ -18,6 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- 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 -
- name: Add LunarG Vulkan repository
if: matrix.os == 'ubuntu-latest'
@ -32,8 +33,3 @@ jobs:
run: cmake -S. -Bbuild -DCMAKE_BUILD_TYPE=Release
- name: Build
run: cmake --build build --target all -v
windows:
runs-on: windows-latest
steps:
- uses: actions/checkout@v2