We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33abc08 commit be16cd5Copy full SHA for be16cd5
action.yml
@@ -38,7 +38,7 @@ runs:
38
path: ~/Library/Caches/Homebrew
39
key: homebrew-packages
40
- name: Install Toolchain
41
- run: brew install skiptools/skip/skip swift-android-sdk/toolchain/swift-android-sdk@${{ inputs.swift-version }}
+ run: brew install skiptools/skip/swift-android-toolchain@${{ inputs.swift-version }}
42
shell: bash
43
- name: Build Swift package for Android
44
run: skip android build --build-tests --package-path ${{ inputs.package-path }} ${{ inputs.swift-build-flags }}
0 commit comments