Skip to content

Commit e89e359

Browse files
authored
[libc]Github] Fix typo on build_type param (#168453)
There is an extra underscore in build_type param in #167583 patch. Fixing it in this PR.
1 parent 88b3969 commit e89e359

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,37 +49,37 @@ jobs:
4949
target: x86_64-unknown-uefi-llvm
5050
include_scudo: OFF
5151
- os: ubuntu-24.04
52-
build__type: MinSizeRel
52+
build_type: MinSizeRel
5353
c_compiler: clang-22
5454
cpp_compiler: clang++-22
5555
target: armv6m-none-eabi
5656
include_scudo: OFF
5757
- os: ubuntu-24.04
58-
build__type: MinSizeRel
58+
build_type: MinSizeRel
5959
c_compiler: clang-22
6060
cpp_compiler: clang++-22
6161
target: armv7m-none-eabi
6262
include_scudo: OFF
6363
- os: ubuntu-24.04
64-
build__type: MinSizeRel
64+
build_type: MinSizeRel
6565
c_compiler: clang-22
6666
cpp_compiler: clang++-22
6767
target: armv7em-none-eabi
6868
include_scudo: OFF
6969
- os: ubuntu-24.04
70-
build__type: MinSizeRel
70+
build_type: MinSizeRel
7171
c_compiler: clang-22
7272
cpp_compiler: clang++-22
7373
target: armv8m.main-none-eabi
7474
include_scudo: OFF
7575
- os: ubuntu-24.04
76-
build__type: MinSizeRel
76+
build_type: MinSizeRel
7777
c_compiler: clang-22
7878
cpp_compiler: clang++-22
7979
target: armv8.1m.main-none-eabi
8080
include_scudo: OFF
8181
- os: ubuntu-24.04
82-
build__type: MinSizeRel
82+
build_type: MinSizeRel
8383
c_compiler: clang-22
8484
cpp_compiler: clang++-22
8585
target: riscv32-unknown-elf

0 commit comments

Comments
 (0)