Skip to content

Commit

Permalink
Update workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mseri authored Jul 21, 2021
1 parent e256ed1 commit 0c10161
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,13 +72,15 @@ jobs:
echo "GITHUB_TAG=$(git describe --always --tags)" >> $GITHUB_ENV
- name: Install dependencies
if: ${{ !startsWith(runner.os, 'Mac') }}
run: |
opam depext tls decompress
opam install tls decompress
opam install astring cmdliner cohttp-lwt-unix ezxmlm lwt_ppx
- name: Build project
run: opam exec -- dune build -p doi2bib
run: |
opam install astring cmdliner cohttp-lwt-unix ezxmlm lwt_ppx
opam exec -- dune build -p doi2bib
- name: Check code formatting
if: ${{ success() && startsWith(runner.os, 'Linux') }}
Expand Down

0 comments on commit 0c10161

Please sign in to comment.