Skip to content

Commit 68acbac

Browse files
committed
Update dependencies before a build
No idea how, but we seem to be fetching repos from caches. Just do an update for now so that we resolve to the latest versions.
1 parent f0f3a83 commit 68acbac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pull_request.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
1818
with:
1919
enable_cross_pr_testing: true
20+
# Windows seems to be fetching cached repositories, perform an update to workaround this while
21+
# we determine where that's happening.
22+
windows_pre_build_command: "Invoke-Program swift package update"
2023
soundness:
2124
name: Soundness
2225
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main

0 commit comments

Comments
 (0)