Skip to content

Commit c6e86cf

Browse files
authored
Update android corelibs-foundation pinned checkout (#777)
* Update android corelibs-foundation pinned checkout The checkout needs to be updated after the posix_filesystem apinote fix landed in Swift. I needed to switch to my own remote as I could no longer push a new branch into the Apple remote. * also update swift-installer script pin
1 parent 608dea2 commit c6e86cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/swift-toolchain.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1653,8 +1653,8 @@ jobs:
16531653
- uses: actions/checkout@v4
16541654
if: matrix.os == 'Android'
16551655
with:
1656-
repository: apple/swift-corelibs-foundation
1657-
ref: a515f3e15c81d029411c540df7edf52d427ff2cb
1656+
repository: hyp/swift-corelibs-foundation
1657+
ref: 6bf677693eb23030eb3646c9b121c665f40aa8b0
16581658
path: ${{ github.workspace }}/SourceCache/swift-corelibs-foundation
16591659
show-progress: false
16601660
- uses: actions/checkout@v4
@@ -3097,7 +3097,7 @@ jobs:
30973097
- uses: actions/checkout@v4
30983098
with:
30993099
repository: apple/swift-installer-scripts
3100-
ref: e1adc0d5dde137fa5941316e89a3ed139a273dde
3100+
ref: 633843b00fc8024dd86674fe43373ae4fd0f2229
31013101
path: ${{ github.workspace }}/SourceCache/swift-installer-scripts
31023102
show-progress: false
31033103

0 commit comments

Comments
 (0)