Skip to content

Commit a472c1c

Browse files
committed
install unixodbc before cargo publish
1 parent a73a765 commit a472c1c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,5 +150,6 @@ jobs:
150150
- uses: actions/checkout@v4
151151
- name: Set up cargo cache
152152
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
153+
- run: sudo apt-get update && sudo apt-get install -y unixodbc-dev
153154
- name: Publish to crates.io
154155
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}

0 commit comments

Comments
 (0)