Installing vulkaninfo in the CI

Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
This commit is contained in:
Fabian Sauter 2022-05-11 14:02:45 +02:00
parent 280f983a97
commit b9e2ae15ee

View file

@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
container: axsauze/kompute-builder:0.3
steps:
- name: Print vulkaninfo
run: vulkaninfo
- name: Install vulkaninfo
run: apt update -y && apt install -y vulkan-tools
- name: Checkout
uses: actions/checkout@v3
with:
@ -35,6 +35,8 @@ jobs:
runs-on: ubuntu-latest
container: axsauze/kompute-builder:0.3
steps:
- name: Install vulkaninfo
run: apt update -y && apt install -y vulkan-tools
- name: Checkout
uses: actions/checkout@v3
with:
@ -57,6 +59,8 @@ jobs:
runs-on: ubuntu-latest
container: axsauze/kompute-builder:0.3
steps:
- name: Install vulkaninfo
run: apt update -y && apt install -y vulkan-tools
- name: Checkout
uses: actions/checkout@v3
with:
@ -79,6 +83,8 @@ jobs:
runs-on: ubuntu-latest
container: axsauze/kompute-builder:0.3
steps:
- name: Install vulkaninfo
run: apt update -y && apt install -y vulkan-tools
- name: Checkout
uses: actions/checkout@v3
with: