Apparently you can't compile sqlite3 with musl so that feature is disabled by default.
ENSBCPSWCSUDQP3HG6NFTUX7CYRP3GMPOKFP4ZLFGJQ5XJ52425AC upload_url: ${{ github.event.release.upload_url }}asset_content_type: application/octet-streamlinux-x86_64-gnu:runs-on: ubuntu-lateststeps:- uses: actions/checkout@v1- uses: actions-rs/toolchain@v1with:profile: minimaltoolchain: stabledefault: true- name: Build binaryuses: actions-rs/cargo@v1with:command: buildargs: --release- name: Optimize and package binaryrun: |cd target/releasestrip histdb-rschmod +x histdb-rstar -c histdb-rs | gzip > histdb-rs.tar.gz- name: Upload binaryuses: actions/upload-release-asset@v1env:GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}with:asset_name: histdb-rs-${{ github.event.release.tag-name }}-linux-x86_64-gnu.tar.gzasset_path: target/release/histdb-rs.tar.gz