Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
milesgranger committed Apr 3, 2024
1 parent 517b4bd commit 2a8dd40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Test
run: cargo test
env:
CC: clang
CFLAGS: ""
LDFLAGS: ""
CC: gcc
# CFLAGS: ""
# LDFLAGS: ""
CI: true
1 change: 1 addition & 0 deletions blosc2-sys/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ fn main() {
.arg("-DBUILD_EXAMPLES=OFF")
.arg("-DBUILD_TESTS=OFF")
.arg("-DBLOSC_INSTALL=ON")
.arg("-GNinja")
.output()
.unwrap();
if !configure_output.status.success() {
Expand Down

0 comments on commit 2a8dd40

Please sign in to comment.