From fb0afb0ba8c8015128c013e10ba2232c652f2021 Mon Sep 17 00:00:00 2001 From: Mike Alfare <13974384+mikealfare@users.noreply.github.com> Date: Wed, 1 Nov 2023 18:04:28 -0400 Subject: [PATCH] install linux dependencies in `publish_draft_bundle.yml` that are also installed in `release_draft_bundle.yml` (#93) Co-authored-by: colin-rogers-dbt <111200756+colin-rogers-dbt@users.noreply.github.com> --- .github/workflows/publish_draft_bundle.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/publish_draft_bundle.yml b/.github/workflows/publish_draft_bundle.yml index 9b1ea5e6..9d3e3983 100644 --- a/.github/workflows/publish_draft_bundle.yml +++ b/.github/workflows/publish_draft_bundle.yml @@ -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"