Skip to content

Commit

Permalink
install linux dependencies in publish_draft_bundle.yml that are als…
Browse files Browse the repository at this point in the history
…o installed in `release_draft_bundle.yml` (#93)

Co-authored-by: colin-rogers-dbt <[email protected]>
  • Loading branch information
mikealfare and colin-rogers-dbt authored Nov 1, 2023
1 parent e85ff3a commit fb0afb0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_draft_bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ jobs:
- name: "Set Linux OS"
if: matrix.os == 'ubuntu-latest'
run: |
sudo apt-get update
sudo apt-get install libsasl2-dev libxml2-dev libxslt-dev git gcc g++ unixodbc-dev
echo "os_platform=linux" >> $GITHUB_ENV
- name: "Set Mac OS"
Expand Down

0 comments on commit fb0afb0

Please sign in to comment.