diff options
author | Sam James <sam@gentoo.org> | 2024-11-15 04:26:34 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-15 04:26:34 +0000 |
commit | c4aff9990477714b5a7c935b7fffe9c5abf9d21b (patch) | |
tree | ae2b4f12aa4716f35645dbc60a6f991a6a2c0992 | |
parent | ci: use gentoo container (diff) | |
download | elt-patches-master.tar.gz elt-patches-master.tar.bz2 elt-patches-master.zip |
Not necessary with Gentoo, obviously.
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | .github/workflows/build.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index fc59771..3f47829 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,10 +10,6 @@ jobs: runs-on: ubuntu-latest container: gentoo/stage3 steps: - - name: Install dependencies - run: | - sudo apt-get update - sudo apt-get install -y build-essential autoconf - uses: actions/checkout@v4 - name: Run tests run: | |