We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45ee1cf commit 065166eCopy full SHA for 065166e
2 files changed
.github/workflows/build.yml
@@ -19,6 +19,9 @@ jobs:
19
uses: actions/setup-node@v4
20
with:
21
node-version: ${{ matrix.node-version }}
22
+ - name: Install dependencies
23
+ if: ${{ startsWith(matrix.os, 'ubuntu') }}
24
+ run: sudo apt install -y unixodbc-dev
25
- name: Install dependencies
26
if: ${{ startsWith(matrix.os, 'macos') }}
27
run: brew install unixodbc
.github/workflows/create-release.yml
@@ -22,6 +22,9 @@ jobs:
28
- name: Install Build Dependencies
29
30
0 commit comments