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 ce979fb commit 11bd38cCopy full SHA for 11bd38c
.github/workflows/pants.yaml
@@ -41,7 +41,7 @@ jobs:
41
run: |
42
curl --proto '=https' --tlsv1.2 -fsSL https://static.pantsbuild.org/setup/get-pants.sh | bash
43
which -a pants
44
- pants --version --print-stacktrace -ldebug
+ pants --print-stacktrace -ldebug --version
45
46
- name: Check BUILD files
47
0 commit comments