@@ -22,11 +22,11 @@ jobs:
2222 container : swift:${{ matrix.swift_version }}-jammy
2323 steps :
2424 - uses : actions/checkout@v4
25+ with :
26+ submodules : true
2527 - name : Set up Linux build environment
2628 run : Scripts/CI/linux_compute_build.sh
2729 shell : bash
28- - name : Checkout Swift headers
29- uses : ./.github/actions/checkout-swift-headers
3030 - name : Build in debug mode
3131 run : swift build -c debug -Xcc -Wno-elaborated-enum-base
3232
@@ -44,12 +44,12 @@ jobs:
4444 OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_COMPUTE_USE_BINARY : 1
4545 steps :
4646 - uses : actions/checkout@v4
47+ with :
48+ submodules : true
4749 - name : Setup Xcode
4850 uses : OpenSwiftUIProject/OpenSwiftUI/.github/actions/setup-xcode@main
4951 with :
5052 xcode-version : ${{ matrix.xcode-version }}
51- - name : Checkout Swift headers
52- uses : ./.github/actions/checkout-swift-headers
5353 - name : Build in debug mode
5454 run : swift build -c debug
5555
@@ -71,12 +71,12 @@ jobs:
7171 OPENATTRIBUTEGRAPH_OPENATTRIBUTESHIMS_COMPUTE_USE_BINARY : 1
7272 steps :
7373 - uses : actions/checkout@v4
74+ with :
75+ submodules : true
7476 - name : Setup Xcode
7577 uses : OpenSwiftUIProject/OpenSwiftUI/.github/actions/setup-xcode@main
7678 with :
7779 xcode-version : ${{ matrix.xcode-version }}
78- - name : Checkout Swift headers
79- uses : ./.github/actions/checkout-swift-headers
8080 - name : Build in debug mode on iOS Simulator
8181 run : |
8282 xcodebuild build \
0 commit comments