Skip to content

Commit

Permalink
CI: update muon URL
Browse files Browse the repository at this point in the history
The 'edge' stuff seems gone.

Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Sep 22, 2024
1 parent c3c2343 commit 9ef54b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
;;
Expand Down

0 comments on commit 9ef54b4

Please sign in to comment.