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 f0f3a83 commit 68acbacCopy full SHA for 68acbac
.github/workflows/pull_request.yml
@@ -17,6 +17,9 @@ jobs:
17
uses: swiftlang/github-workflows/.github/workflows/swift_package_test.yml@main
18
with:
19
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"
23
soundness:
24
name: Soundness
25
uses: swiftlang/github-workflows/.github/workflows/soundness.yml@main
0 commit comments