Skip to content

Disable sccache when building ICU for Android #3

Disable sccache when building ICU for Android

Disable sccache when building ICU for Android #3

name: Pull Request - Development Snapshot (GitHub)
on:
pull_request:
branches:
- 'main'
files:
- '.github/workflows/swift-toolchain.yml'
workflow_dispatch:
jobs:
call_development_snapshot:
name: Development Snapshot
uses: ./.github/workflows/swift-toolchain.yml
with:
publish_artifacts: false
default_runner: "swift-build-windows-latest-8-cores"
compilers_runner: "swift-build-windows-latest-64-cores"
android_api_level: 28
secrets: inherit
permissions:
contents: read
pull-requests: read