Skip to content

Commit

Permalink
fixup! fixup! Clean up GitHub Actions workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
kadler committed Aug 20, 2024
1 parent 65885ad commit 0aff76e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0aff76e

Please sign in to comment.