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 (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 82A5B158083 for ; Sun, 22 Sep 2024 04:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95465E29AF; Sun, 22 Sep 2024 04:33:31 +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 7963DE29AF for ; Sun, 22 Sep 2024 04:33:31 +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 6B9CF3432DE for ; Sun, 22 Sep 2024 04:33:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C00DA2747 for ; Sun, 22 Sep 2024 04:33:28 +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: <1726979596.9ef54b472e42ba2c5479fbd86b8be2275724b064.sam@gentoo> Subject: [gentoo-commits] proj/pax-utils:master commit in: .github/workflows/ X-VCS-Repository: proj/pax-utils X-VCS-Files: .github/workflows/build-test-ci.yml X-VCS-Directories: .github/workflows/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9ef54b472e42ba2c5479fbd86b8be2275724b064 X-VCS-Branch: master Date: Sun, 22 Sep 2024 04:33:28 +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: 0d884ade-fd46-4adb-9c6b-e59864b71537 X-Archives-Hash: 21442162f83ae474e94e207b01b66c46 commit: 9ef54b472e42ba2c5479fbd86b8be2275724b064 Author: Sam James gentoo org> AuthorDate: Sun Sep 22 04:33:16 2024 +0000 Commit: Sam James gentoo org> CommitDate: Sun Sep 22 04:33:16 2024 +0000 URL: https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=9ef54b47 CI: update muon URL The 'edge' stuff seems gone. Signed-off-by: Sam James gentoo.org> .github/workflows/build-test-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-test-ci.yml b/.github/workflows/build-test-ci.yml index e4e5857..1c21dcc 100644 --- a/.github/workflows/build-test-ci.yml +++ b/.github/workflows/build-test-ci.yml @@ -31,7 +31,7 @@ jobs: sudo pip3 install meson ;; muon) - wget https://muon.build/releases/edge/muon-edge-amd64-linux-static -O muon + wget https://muon.build/releases/v0.3.0/muon-v0.3.0-amd64-linux-static -O muon chmod +x muon sudo install -Dm755 muon /usr/local/bin/muon ;;