File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 8686 opam exec -- dune build -p bibfmt
8787 opam exec -- dune install bibfmt
8888
89- - name : Build doi2bib project
90- run : |
91- opam install --deps-only doi2bib
92- opam exec -- dune build -p doi2bib
93-
9489 - name : Create bibfmt release archive
9590 if : ${{ startsWith(github.ref, 'refs/tags/') && !startsWith(runner.os, 'Win') }}
9691 run : tar czf bibfmt-${{ env.GITHUB_TAG }}-${{ matrix.suffix }}.tar.gz -C _build/default/bibfmt/bin/ bibfmt.exe
@@ -115,6 +110,11 @@ jobs:
115110 # - name: Build
116111 # run: opam exec -- dune build -p doi2bib
117112
113+ - name : Build doi2bib project
114+ run : |
115+ opam install --deps-only doi2bib
116+ opam exec -- dune build -p doi2bib
117+
118118 - name : Create doi2bib release archive
119119 if : ${{ startsWith(github.ref, 'refs/tags/') && !startsWith(runner.os, 'Win') }}
120120 run : tar czf doi2bib-${{ env.GITHUB_TAG }}-${{ matrix.suffix }}.tar.gz -C _build/default/doi2bib/bin/ doi2bib.exe
You can’t perform that action at this time.
0 commit comments