Ooops, ubuntu-latest is NOT Ubuntu 20.04
This commit is contained in:
parent
394a8378c6
commit
0a24bfce43
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
||||||
- name: Download LunarG key
|
- name: Download LunarG key
|
||||||
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
|
||||||
run: sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-focal.list https://packages.lunarg.com/vulkan/lunarg-vulkan-focal.list
|
run: sudo wget -qO /etc/apt/sources.list.d/lunarg-vulkan-bionic.list https://packages.lunarg.com/vulkan/lunarg-vulkan-bionic.list
|
||||||
- name: Update package list
|
- name: Update package list
|
||||||
run: sudo apt update
|
run: sudo apt update
|
||||||
- name: Install Vulkan SDK
|
- name: Install Vulkan SDK
|
||||||
|
|
Reference in a new issue