Skip to content

Commit

Permalink
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 3c17380 commit 4bfc879
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: ${{ matrix.node-version }}
- name: Install Build Dependencies
if: ${{ startsWith(matrix.os, 'macos') }}
- 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
- name: Install Dependencies
if: ${{ startsWith(matrix.os, 'macos') }}
run: brew install unixodbc
- name: Build Binary
run: ./node_modules/.bin/node-pre-gyp rebuild --production
Expand Down

0 comments on commit 4bfc879

Please sign in to comment.