We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c02cd94 commit 90bb0bbCopy full SHA for 90bb0bb
.github/workflows/ci.yml
@@ -27,6 +27,10 @@ jobs:
27
- uses: actions/checkout@v4
28
- run: npm ci
29
- run: npm test
30
+ - name: Install ODBC dependencies
31
+ run: |
32
+ sudo apt-get update
33
+ sudo apt-get install -y unixodbc-dev freetds-dev
34
- name: Set up cargo cache
35
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
36
- run: cargo fmt --all -- --check
@@ -77,7 +81,7 @@ jobs:
77
81
RUST_BACKTRACE: 1
78
82
- name: Upload Windows binary
79
83
uses: actions/upload-artifact@v4
80
- with:
84
+ with:
85
name: sqlpage-windows-debug
86
path: "target/debug/sqlpage.exe"
87
0 commit comments