Skip to content

Commit b623e2e

Browse files
committed
Fixed broken workflow that was silently failing
1 parent d2c8a6e commit b623e2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-ubuntu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
ctest --output-on-failure
155155
156156
- name: Run Tests (Modern Vulkan ICD path)
157-
if: ${{ (! matrix.docs) && (matrix.os ~= 'ubuntu-22.04') }}
157+
if: ${{ (! matrix.docs) && (! matrix.os == 'ubuntu-22.04') }}
158158
run: |
159159
export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/lvp_icd.json
160160
cd build

0 commit comments

Comments
 (0)