Skip to content

Commit 5effdd6

Browse files
authored
Change StructKit installation to use GitHub repository
1 parent 3ae2919 commit 5effdd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/struct-generate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
- name: Install StructKit (latest)
8080
if: ${{ inputs.version == 'main' }}
8181
run: |
82-
pip install structkit
82+
pip install git+https://github.com/httpdss/structkit.git
8383
structkit -h
8484
8585
- name: Install StructKit (specific version)

0 commit comments

Comments
 (0)