Skip to content

Update android corelibs-foundation pinned checkout #777

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 30, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/swift-toolchain.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1653,8 +1653,8 @@ jobs:
- uses: actions/checkout@v4
if: matrix.os == 'Android'
with:
repository: apple/swift-corelibs-foundation
ref: a515f3e15c81d029411c540df7edf52d427ff2cb
repository: hyp/swift-corelibs-foundation
ref: 6bf677693eb23030eb3646c9b121c665f40aa8b0
path: ${{ github.workspace }}/SourceCache/swift-corelibs-foundation
show-progress: false
- uses: actions/checkout@v4
Expand Down Expand Up @@ -3097,7 +3097,7 @@ jobs:
- uses: actions/checkout@v4
with:
repository: apple/swift-installer-scripts
ref: e1adc0d5dde137fa5941316e89a3ed139a273dde
ref: 633843b00fc8024dd86674fe43373ae4fd0f2229
path: ${{ github.workspace }}/SourceCache/swift-installer-scripts
show-progress: false

Expand Down