We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f6878 commit 65d5107Copy full SHA for 65d5107
.github/workflows/libc-fullbuild-tests.yml
@@ -161,7 +161,7 @@ jobs:
161
162
- name: Test
163
# Skip UEFI tests until we have testing set up.
164
- if: ${{ ! endsWith(matrix.target, '-uefi-llvm') && matrix.enable_baremetal_build == "OFF" }}
+ if: ${{ ! endsWith(matrix.target, '-uefi-llvm') }}
165
run: >
166
cmake
167
--build ${{ steps.strings.outputs.build-output-dir }}
0 commit comments