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 2a3c203 commit 6d660cdCopy full SHA for 6d660cd
.github/workflows/libc-fullbuild-tests.yml
@@ -159,7 +159,7 @@ jobs:
159
160
- name: Test
161
# Skip UEFI tests until we have testing set up.
162
- if: ${{ ! endsWith(matrix.target, '-uefi-llvm') && matrix.enable_baremetal_build == "OFF" }}
+ if: ${{ ! endsWith(matrix.target, '-uefi-llvm') }}
163
run: >
164
cmake
165
--build ${{ steps.strings.outputs.build-output-dir }}
0 commit comments