From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E7738158042 for ; Fri, 15 Nov 2024 04:26:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 32CCDE0973; Fri, 15 Nov 2024 04:26:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1885AE0973 for ; Fri, 15 Nov 2024 04:26:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3499F335D77 for ; Fri, 15 Nov 2024 04:26:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5F3518C4 for ; Fri, 15 Nov 2024 04:26:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1731644794.c4aff9990477714b5a7c935b7fffe9c5abf9d21b.sam@gentoo> Subject: [gentoo-commits] proj/elt-patches:master commit in: .github/workflows/ X-VCS-Repository: proj/elt-patches X-VCS-Files: .github/workflows/build.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c4aff9990477714b5a7c935b7fffe9c5abf9d21b X-VCS-Branch: master Date: Fri, 15 Nov 2024 04:26:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: ddf41607-9b46-4cc9-b1ca-1f38d2fcd763 X-Archives-Hash: 706fd65f27f6d1e3c58193b320dc2fbf commit: c4aff9990477714b5a7c935b7fffe9c5abf9d21b Author: Sam James gentoo org> AuthorDate: Fri Nov 15 04:26:34 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 15 04:26:34 2024 +0000 URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=c4aff999 ci: drop unnecessary apt step Not necessary with Gentoo, obviously. Signed-off-by: Sam James gentoo.org> .github/workflows/build.yml | 4 ---- 1 file changed, 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: |