We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2c8a6e commit b623e2eCopy full SHA for b623e2e
.github/workflows/build-ubuntu.yml
@@ -154,7 +154,7 @@ jobs:
154
ctest --output-on-failure
155
156
- name: Run Tests (Modern Vulkan ICD path)
157
- if: ${{ (! matrix.docs) && (matrix.os ~= 'ubuntu-22.04') }}
+ if: ${{ (! matrix.docs) && (! matrix.os == 'ubuntu-22.04') }}
158
run: |
159
export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/lvp_icd.json
160
cd build
0 commit comments