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 E52CA158042 for ; Fri, 15 Nov 2024 04:17:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B59EE0973; Fri, 15 Nov 2024 04:17:23 +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 F0BD0E0973 for ; Fri, 15 Nov 2024 04:17:22 +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 19507342F9C for ; Fri, 15 Nov 2024 04:17:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A9CC518C4 for ; Fri, 15 Nov 2024 04:17:20 +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: <1731644236.ea3ab96db1433c8e338b906003b1b7e650a78dde.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: ea3ab96db1433c8e338b906003b1b7e650a78dde X-VCS-Branch: master Date: Fri, 15 Nov 2024 04:17:20 +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: 6a3a4d57-fdf9-4df0-91f4-ee4c655337f6 X-Archives-Hash: 51a7fe16dbbcc470e52766c6f46e11c1 commit: ea3ab96db1433c8e338b906003b1b7e650a78dde Author: Sam James gentoo org> AuthorDate: Fri Nov 15 04:17:16 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Nov 15 04:17:16 2024 +0000 URL: https://gitweb.gentoo.org/proj/elt-patches.git/commit/?id=ea3ab96d ci: fix syntax Signed-off-by: Sam James gentoo.org> .github/workflows/build.yml | 1 - 1 file changed, 1 deletion(-) 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: |