summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-15 04:19:45 +0000
committerSam James <sam@gentoo.org>2024-11-15 04:19:45 +0000
commitaa5d5682c5d488b706d22d5955f24645fc66b8a0 (patch)
tree3aff591061d860da4b4a25fd4425ecb7a5487dcc
parentci: fix syntax (again again) (diff)
downloadelt-patches-aa5d5682c5d488b706d22d5955f24645fc66b8a0.tar.gz
elt-patches-aa5d5682c5d488b706d22d5955f24645fc66b8a0.tar.bz2
elt-patches-aa5d5682c5d488b706d22d5955f24645fc66b8a0.zip
ci: fix syntax
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--.github/workflows/build.yml3
1 files changed, 2 insertions, 1 deletions
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