Skip to content

Commit ca0c04b

Browse files
Restore missing SDK configure conditions when not building Android (#1026)
1 parent d4e3e28 commit ca0c04b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2827,6 +2827,7 @@ jobs:
28272827
local-cache: true
28282828

28292829
- name: Configure libdispatch
2830+
if: matrix.os != 'Android' || inputs.build_android
28302831
uses: ./SourceCache/ci-build/.github/actions/configure-cmake-project
28312832
with:
28322833
project-name: libdispatch
@@ -2855,6 +2856,7 @@ jobs:
28552856
cmake --build ${{ github.workspace }}/BinaryCache/libdispatch
28562857
28572858
- name: Configure Foundation
2859+
if: matrix.os != 'Android' || inputs.build_android
28582860
uses: ./SourceCache/ci-build/.github/actions/configure-cmake-project
28592861
with:
28602862
project-name: Foundation
@@ -2899,6 +2901,7 @@ jobs:
28992901
29002902
# TODO(compnerd) correctly version XCTest
29012903
- name: Configure XCTest
2904+
if: matrix.os != 'Android' || inputs.build_android
29022905
uses: ./SourceCache/ci-build/.github/actions/configure-cmake-project
29032906
with:
29042907
project-name: XCTest
@@ -2932,6 +2935,7 @@ jobs:
29322935
cmake --build ${{ github.workspace }}/BinaryCache/xctest
29332936
29342937
- name: Configure Testing
2938+
if: matrix.os != 'Android' || inputs.build_android
29352939
uses: ./SourceCache/ci-build/.github/actions/configure-cmake-project
29362940
with:
29372941
project-name: Testing

0 commit comments

Comments
 (0)