summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-09-22 05:33:16 +0100
committerSam James <sam@gentoo.org>2024-09-22 05:33:16 +0100
commit9ef54b472e42ba2c5479fbd86b8be2275724b064 (patch)
treedf651dbccdb8bc191537c19099cd83001c6dcc01
parentmeson.build: prepare for pax-utils-1.3.8 (diff)
downloadpax-utils-1.3.8.tar.gz
pax-utils-1.3.8.tar.bz2
pax-utils-1.3.8.zip
CI: update muon URLHEADv1.3.8master
The 'edge' stuff seems gone. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--.github/workflows/build-test-ci.yml2
1 files changed, 1 insertions, 1 deletions
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
;;