diff --git a/.github/workflows/cpp_tests.yml b/.github/workflows/cpp_tests.yml index 5c3faf5a1..b83247e49 100644 --- a/.github/workflows/cpp_tests.yml +++ b/.github/workflows/cpp_tests.yml @@ -11,6 +11,8 @@ jobs: runs-on: ubuntu-latest container: axsauze/kompute-builder:0.3 steps: + - name: Print vulkaninfo + run: vulkaninfo - name: Checkout uses: actions/checkout@v3 with: