Skip to content

Commit

Permalink
install pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
grimbough committed Sep 18, 2024
1 parent 9909e09 commit c18edd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ jobs:
--env PKG=${{ env.PKG }}
--workdir /build
run: |
apt-get update && apt-get -y install pandoc
ls -l "${R_LIBS_USER}"
R CMD build --keep-empty-dirs --no-resave-data ${PKG}
ls -l
Expand All @@ -130,6 +131,7 @@ jobs:
--workdir /build
run: |
ls -l
apt-get update && apt-get -y install pandoc
R CMD check --install=check:${PKG}.install-out.txt --library="${R_LIBS_USER}" --no-vignettes --timings ${PKG}*.tar.gz
cat ${PKG}.install-out.txt
ls -l
Expand Down

0 comments on commit c18edd5

Please sign in to comment.