Skip to content

Commit

Permalink
Attempt vendored?
Browse files Browse the repository at this point in the history
  • Loading branch information
ktechmidas committed Oct 19, 2024
1 parent 3b729ad commit 7a4a0fc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,10 @@ jobs:

- name: Build project
run: cargo build --release --target ${{ matrix.target }}
env:
CC_x86_64_pc_windows_gnu: x86_64-w64-mingw32-gcc
AR_x86_64_pc_windows_gnu: x86_64-w64-mingw32-ar
CFLAGS_x86_64_pc_windows_gnu: "-O2"

- name: Upload build artifact
uses: actions/upload-artifact@v3
Expand Down
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,4 +54,5 @@ hdrhistogram = "7.5.4"
rusqlite = { version = "0.32.1" }
serde_yaml = "0.9.34+deprecated"
image = "0.25.2"
bitflags = "2.6.0"
bitflags = "2.6.0"
libsqlite3-sys = { version = "0.24", features = ["bundled"] }

0 comments on commit 7a4a0fc

Please sign in to comment.