diff options
author | Sam James <sam@gentoo.org> | 2024-11-15 04:19:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-15 04:19:45 +0000 |
commit | aa5d5682c5d488b706d22d5955f24645fc66b8a0 (patch) | |
tree | 3aff591061d860da4b4a25fd4425ecb7a5487dcc | |
parent | ci: fix syntax (again again) (diff) | |
download | elt-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.yml | 3 |
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 |