Skip to content

Commit

Permalink
Ubuntu tool deps
Browse files Browse the repository at this point in the history
  • Loading branch information
cdlm committed Mar 22, 2024
1 parent 1e6f2f3 commit c6332f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ steps:
- name: build
image: ubuntu
commands:
- apt-get update && apt-get install -y curl perl
- ./ci/install-texlive
- latexmk sbabook
- latexmk sbabook.bod
Expand Down
2 changes: 1 addition & 1 deletion ci/install-texlive
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ function texlive-release() {
function get-texlive-installer() {
# download, checksum, extract
curl --silent --location --remote-name-all "${TEXLIVE_REPOSITORY}/${TEXLIVE_TARBALL}"{,.sha512}
shasum --check "${TEXLIVE_TARBALL}.sha512"
sha512sum --check "${TEXLIVE_TARBALL}.sha512"
tar --extract --gzip --file "${TEXLIVE_TARBALL}"
}

Expand Down

0 comments on commit c6332f9

Please sign in to comment.