File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments