Skip to content

Commit

Permalink
Clean up GitHub Actions workflows
Browse files Browse the repository at this point in the history
- Install unixodbc in homebrew on macOS
  • Loading branch information
kadler committed Aug 20, 2024
1 parent c1cbc13 commit c63821b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- run: brew install unixodbc
- run: npm ci --production --build-from-source
2 changes: 2 additions & 0 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ jobs:
uses: actions/setup-node@v1
with:
node-version: ${{ matrix.node-version }}
- name: Install Dependencies
run: brew install unixodbc
- name: Upgrade NPM
run: npm install -g npm
- run: npm install -g node-gyp
Expand Down

0 comments on commit c63821b

Please sign in to comment.