Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
jamespeapen committed Jul 3, 2024
1 parent 6fb998f commit a0e2e29
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Need help debugging build failures? Start at https://github.com/r-lib/actions#where-to-find-help
on:
push:
branches: [main, master, dev]
branches: [main, master]
paths-ignore:
- '**/README.md'
pull_request:
Expand Down
7 changes: 7 additions & 0 deletions .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,13 @@ jobs:
extra-packages: any::pkgdown, local::.
needs: website

- name: Install htslib
run: |
sudo apt-get update && sudo apt-get install -y htslib
echo "-------------------HTSLIB-----------------------"
pkg-config --cflags --libs htslib
echo "------------------------------------------------"
- name: Check dev mode
run: echo "$GITHUB_ENV"

Expand Down

0 comments on commit a0e2e29

Please sign in to comment.