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 bec104e commit 00ef371Copy full SHA for 00ef371
.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