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 6198ab2 commit 470ed66Copy full SHA for 470ed66
.github/workflows/pull_request.yml
@@ -60,7 +60,7 @@ jobs:
60
mkdir MyPackage
61
cd MyPackage
62
Invoke-Program swift package init --type library
63
- Invoke-Program swift build
+ Invoke-Program swift build -vv
64
enable_windows_docker: false
65
66
tests_macos:
0 commit comments