From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:master commit in: .github/workflows/
Date: Wed, 13 Oct 2021 14:22:31 +0000 (UTC) [thread overview]
Message-ID: <1634134854.331f4d4d585b9ac845da732aa3b8a5ae139418c4.ulm@gentoo> (raw)
commit: 331f4d4d585b9ac845da732aa3b8a5ae139418c4
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 13 14:20:54 2021 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Wed Oct 13 14:20:54 2021 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=331f4d4d
.github/workflows/devmanual-ci.yml: Run apt-get update
As recommended in documentation.
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
.github/workflows/devmanual-ci.yml | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/devmanual-ci.yml b/.github/workflows/devmanual-ci.yml
index 7f32e80..9d8e11f 100644
--- a/.github/workflows/devmanual-ci.yml
+++ b/.github/workflows/devmanual-ci.yml
@@ -15,15 +15,17 @@ jobs:
build:
runs-on: ubuntu-latest # no gentoo :(
steps:
- - uses: actions/checkout@v2
+ - name: checkout
+ uses: actions/checkout@v2
- name: install prerequisites
# librsvg2-bin for rsvg-convert
# xsltproc for xsltproc
# libxml2-utils for xmllint
# tidy for tidy
- run: >
- sudo apt install -y librsvg2-bin xsltproc libxml2-utils tidy
- fonts-open-sans
+ run: |
+ sudo apt-get -q -y update
+ sudo apt-get -q -y install librsvg2-bin xsltproc libxml2-utils \
+ tidy fonts-open-sans
- name: make
run: make
- name: make check
next reply other threads:[~2021-10-13 14:22 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-13 14:22 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-24 17:47 [gentoo-commits] proj/devmanual:master commit in: .github/workflows/ Ulrich Müller
2021-10-11 11:13 Ulrich Müller
2021-10-11 10:57 Ulrich Müller
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1634134854.331f4d4d585b9ac845da732aa3b8a5ae139418c4.ulm@gentoo \
--to=ulm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox