Skip to content

Commit

Permalink
Fix dependancy
Browse files Browse the repository at this point in the history
  • Loading branch information
tiyeuse authored Oct 2, 2023
1 parent 732ca52 commit 0b16751
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
uses: rickstaa/action-create-tag@v1
with:
tag: ${{ env.version }}
- name: Install libkrb5-dev
run: sudo apt-get install -y libkrb5-dev
- name: Build release assets
run: |
pip install pex wheel
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.37
1.0.38

0 comments on commit 0b16751

Please sign in to comment.