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.
2 parents bec104e + 00ef371 commit 6104172Copy full SHA for 6104172
.github/workflows/release.yml
@@ -79,7 +79,7 @@ jobs:
79
with:
80
python-version: ${{matrix.pythonversion}}
81
- name: Build SDK
82
- run: make build_${{ matrix.language }}_sdk
+ run: make build_${{ matrix.language }}
83
- name: Check worktree clean
84
run: |
85
git update-index -q --refresh
0 commit comments