Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spicy-sauce committed Dec 2, 2024
1 parent 7fc2af8 commit df129f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ jobs:
with:
python-version: "3.8"

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y freetds-dev libkrb5-dev
- name: Build and Install CLI
run: |
cd cli
Expand Down

0 comments on commit df129f9

Please sign in to comment.