Skip to content

Commit 6d660cd

Browse files
committed
Remove baremetal check.
1 parent 2a3c203 commit 6d660cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/libc-fullbuild-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
160160
- name: Test
161161
# Skip UEFI tests until we have testing set up.
162-
if: ${{ ! endsWith(matrix.target, '-uefi-llvm') && matrix.enable_baremetal_build == "OFF" }}
162+
if: ${{ ! endsWith(matrix.target, '-uefi-llvm') }}
163163
run: >
164164
cmake
165165
--build ${{ steps.strings.outputs.build-output-dir }}

0 commit comments

Comments
 (0)