Skip to content

Commit be16cd5

Browse files
committed
Update package installation location
1 parent 33abc08 commit be16cd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ runs:
3838
path: ~/Library/Caches/Homebrew
3939
key: homebrew-packages
4040
- name: Install Toolchain
41-
run: brew install skiptools/skip/skip swift-android-sdk/toolchain/swift-android-sdk@${{ inputs.swift-version }}
41+
run: brew install skiptools/skip/swift-android-toolchain@${{ inputs.swift-version }}
4242
shell: bash
4343
- name: Build Swift package for Android
4444
run: skip android build --build-tests --package-path ${{ inputs.package-path }} ${{ inputs.swift-build-flags }}

0 commit comments

Comments
 (0)