From b9e2ae15eea23be52373669d1aaafb83e89292e5 Mon Sep 17 00:00:00 2001 From: Fabian Sauter Date: Wed, 11 May 2022 14:02:45 +0200 Subject: [PATCH] Installing vulkaninfo in the CI Signed-off-by: Fabian Sauter --- .github/workflows/cpp_tests.yml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cpp_tests.yml b/.github/workflows/cpp_tests.yml index b83247e49..fcc7f60d3 100644 --- a/.github/workflows/cpp_tests.yml +++ b/.github/workflows/cpp_tests.yml @@ -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: