Skip to content

Commit

Permalink
Update build-and-release-docker-lite.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jayasimha-raghavan-unskript authored Apr 8, 2024
1 parent 2670d53 commit 75cfee5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-release-docker-lite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,8 @@ jobs:
- name: Install system dependencies
run: |
pip install shyaml
sudo apt-get install -y --allow-downgrades unixodbc-dev=2.3.9 unixodbc=2.3.9 odbcinst1debian2=2.3.9 odbcinst=2.3.9
#sudo apt-get install -y --allow-downgrades unixodbc-dev=2.3.9 unixodbc=2.3.9 odbcinst1debian2=2.3.9 odbcinst=2.3.9
sudo apt-get install -y --allow-downgrades unixodbc-common libodbcinst2
- name: Checkout Code
run: |
Expand Down

0 comments on commit 75cfee5

Please sign in to comment.