diff options
-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: | |