Skip to content

Commit

Permalink
d4 build
Browse files Browse the repository at this point in the history
  • Loading branch information
brentp committed Mar 18, 2022
1 parent a7faf1c commit 8232329
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ jobs:
#export HTSLIB=system
git clone https://github.com/38/d4-format
cd d4-format
cargo build --release --all-features
cd d4binding/ && cargo build --release && cd ..
cargo build --release --all-features --package=d4binding
cd d4binding/ && cargo build --release && ./install.sh && cd ..
sudo cp ../d4-format/target/release/libd4binding.* /usr/local/lib
sudo cp ./d4binding/include/d4.h /usr/local/include/
sudo ldconfig || true
Expand Down
2 changes: 1 addition & 1 deletion mosdepth.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license = "MIT"

# Dependencies

requires "hts >= 0.3.21", "docopt >= 0.6.8", "nim >= 1.0.0", "https://github.com/brentp/d4-nim"
requires "hts >= 0.3.21", "docopt >= 0.6.8", "nim >= 1.0.0", "https://github.com/brentp/d4-nim >= 0.0.3"

bin = @["mosdepth"]
skipDirs = @["tests"]
Expand Down

0 comments on commit 8232329

Please sign in to comment.