Skip to content

Commit

Permalink
ci: fix mago install script
Browse files Browse the repository at this point in the history
Signed-off-by: azjezz <azjezz@protonmail.com>
  • Loading branch information
azjezz committed Dec 29, 2024
1 parent 70b9b86 commit 95fdce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
make install -j10 -O
- name: "install mago"
run: wget -qO- https://carthage.software/mago.sh | bash --install-dir="/usr/local/bin"
run: wget -qO- https://carthage.software/mago.sh | bash -s -- --install-dir="/usr/local/bin"

- name: "formatting"
run: mago fmt --dry-run
Expand Down

0 comments on commit 95fdce6

Please sign in to comment.