File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 4242 destination="destination=$(xcrun simctl list devices $devicetype available | grep -v -- -- | tail -n 1 | grep -oE '[0-9A-F\-]{36}')"
4343 fi
4444 xcodebuild -scheme "$TARGET" -destination "$(destination)" docbuild | xcbeautify --renderer github-actions
45+ shell : bash
4546 env :
4647 TARGET : ${{ inputs.target }}
4748 DEVICE_TYPE : ${{ inputs.xcodebuild-device-type }}
Original file line number Diff line number Diff line change @@ -212,12 +212,14 @@ jobs:
212212 run : swift test --test-product swift-cross-uiPackageTests
213213
214214 - name : Compile GtkBackend docs
215+ if : ${{ matrix.os == 'ubuntu-24.04' }}
215216 uses : ./.github/actions/compile-docs
216217 with :
217218 target : GtkBackend
218219 upload : true
219220
220221 - name : Compile Gtk3Backend docs
222+ if : ${{ matrix.os == 'ubuntu-24.04' }}
221223 uses : ./.github/actions/compile-docs
222224 with :
223225 target : Gtk3Backend
You can’t perform that action at this time.
0 commit comments