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 a73a765 commit a472c1cCopy full SHA for a472c1c
.github/workflows/release.yml
@@ -150,5 +150,6 @@ jobs:
150
- uses: actions/checkout@v4
151
- name: Set up cargo cache
152
uses: Swatinem/rust-cache@9d47c6ad4b02e050fd481d890b2ea34778fd09d6
153
+ - run: sudo apt-get update && sudo apt-get install -y unixodbc-dev
154
- name: Publish to crates.io
155
run: cargo publish --token ${{ secrets.CRATES_IO_TOKEN }}
0 commit comments