diff options
author | Sam James <sam@gentoo.org> | 2024-11-15 04:17:16 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-15 04:17:16 +0000 |
commit | ea3ab96db1433c8e338b906003b1b7e650a78dde (patch) | |
tree | 2f7641c1a481648e4686f37c5f888bb35b742039 | |
parent | ci: add basic 'make check' workflow (diff) | |
download | elt-patches-ea3ab96db1433c8e338b906003b1b7e650a78dde.tar.gz elt-patches-ea3ab96db1433c8e338b906003b1b7e650a78dde.tar.bz2 elt-patches-ea3ab96db1433c8e338b906003b1b7e650a78dde.zip |
ci: fix syntax
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | .github/workflows/build.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 502583d..0f8e6e1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,6 @@ jobs: run: | sudo apt-get update sudo apt-get install -y build-essential autoconf - esac - uses: actions/checkout@v4 - name: Run tests - run: | |