Skip to content

Commit

Permalink
ci: fix mssql deps in benchmarks build
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud committed Aug 1, 2023
1 parent 6d4d909 commit f9c4d7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ibis-docs-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
python-version: "3.11"

- name: install system dependencies
run: sudo apt-get install -qq -y build-essential libgeos-dev freetds-dev
run: sudo apt-get install -qq -y build-essential libgeos-dev freetds-dev libkrb5-dev krb5-config

- uses: syphar/restore-virtualenv@v1
with:
Expand Down

0 comments on commit f9c4d7c

Please sign in to comment.