Skip to content

Commit c43f06f

Browse files
committed
drop installation
1 parent 78546b8 commit c43f06f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/go.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ jobs:
4646
with:
4747
go-version-file: ${{ github.workspace }}/go.mod
4848

49-
- name: Install krb5 libraries
50-
run: sudo apt-get install -y libkrb5-dev
49+
#- name: Install krb5 libraries
50+
# run: sudo apt-get install -y libkrb5-dev
5151

5252
- name: Run tests with code coverage
5353
run: |

0 commit comments

Comments
 (0)