diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 7330be5..e5054de 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -23,13 +23,13 @@ jobs: node-version: ${{ matrix.node-version }} - name: Install Build Dependencies if: ${{ startsWith(matrix.os, 'macos') }} + run: brew install unixodbc - name: Upgrade NPM run: npm install -g npm - name: Install node-gyp run: npm install -g node-gyp - name: Install npm dependencies run: npm ci --production - run: brew install unixodbc - name: Build Binary run: ./node_modules/.bin/node-pre-gyp rebuild --production - name: Package Binary