From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/elt-patches:master commit in: .github/workflows/
Date: Fri, 15 Nov 2024 04:19:49 +0000 (UTC) [thread overview]
Message-ID: <1731644385.aa5d5682c5d488b706d22d5955f24645fc66b8a0.sam@gentoo> (raw)
commit: aa5d5682c5d488b706d22d5955f24645fc66b8a0
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 15 04:19:45 2024 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 15 04:19:45 2024 +0000
URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=aa5d5682
ci: fix syntax
Signed-off-by: Sam James <sam <AT> gentoo.org>
.github/workflows/build.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 5ba72c1..40c366d 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -7,12 +7,13 @@ on: [pull_request, push]
jobs:
make:
+ runs-on: [ubuntu-latest]
steps:
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y build-essential autoconf
- uses: actions/checkout@v4
- name: Run tests
+ - name: Run tests
run: |
make check
next reply other threads:[~2024-11-15 4:19 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-11-15 4:19 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-11-15 4:26 [gentoo-commits] proj/elt-patches:master commit in: .github/workflows/ Sam James
2024-11-15 4:25 Sam James
2024-11-15 4:18 Sam James
2024-11-15 4:17 Sam James
2024-11-15 4:17 Sam James
2024-11-15 4:16 Sam James
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=1731644385.aa5d5682c5d488b706d22d5955f24645fc66b8a0.sam@gentoo \
--to=sam@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