File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -142,10 +142,6 @@ jobs:
142142 - uses : actions/checkout@v4
143143 - name : Prepare CI Environment
144144 uses : ./.github/actions/prepare_env
145- - name : Prepare the action
146- run : ./.github/scripts/prep-gh-action.sh --install-swiftly
147- env :
148- SWIFT_VERSION : " ${{ matrix.swift_version }}"
149145 - name : " Verify sample: ${{ matrix.sample_app }}"
150146 run : .github/scripts/validate_sample.sh Samples/${{ matrix.sample_app }}
151147
@@ -172,5 +168,9 @@ jobs:
172168 - uses : actions/checkout@v4
173169 - name : Prepare CI Environment
174170 uses : ./.github/actions/prepare_env
171+ - name : Install Swiftly # we specifically install Swiftly in macOS jobs because we want a simpler way to find the right dylib paths for libraries
172+ run : ./.github/scripts/prep-gh-action.sh --install-swiftly
173+ env :
174+ SWIFT_VERSION : " ${{ matrix.swift_version }}"
175175 - name : " Verify sample ${{ matrix.sample_app }}"
176176 run : .github/scripts/validate_sample.sh Samples/${{ matrix.sample_app }}
Original file line number Diff line number Diff line change 1+ ../gradle.properties
You can’t perform that action at this time.
0 commit comments