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 3ae2919 commit 5effdd6Copy full SHA for 5effdd6
1 file changed
.github/workflows/struct-generate.yaml
@@ -79,7 +79,7 @@ jobs:
79
- name: Install StructKit (latest)
80
if: ${{ inputs.version == 'main' }}
81
run: |
82
- pip install structkit
+ pip install git+https://github.com/httpdss/structkit.git
83
structkit -h
84
85
- name: Install StructKit (specific version)
0 commit comments