Skip to content

Commit d1585e8

Browse files
New release!
1 parent 26ebf99 commit d1585e8

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/project@francescobianco@matrix-theme.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Install Mush
16-
run: curl -fsSL https://get.javanile.org/mush | sh && cp ~/.mush/bin/mush ~/.local/bin/
16+
run: curl -fsSL https://get.javanile.org/mush | sh
17+
&& mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
1718

1819
- name: Verify Mush installation
1920
run: mush --version

.github/workflows/template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Install Mush
16-
run: curl -fsSL https://get.javanile.org/mush | sh && cp ~/.mush/bin/mush ~/.local/bin/
16+
run: curl -fsSL https://get.javanile.org/mush | sh
17+
&& mkdir -p ~/.local/bin/ && cp ~/.mush/bin/mush ~/.local/bin/
1718

1819
- name: Verify Mush installation
1920
run: mush --version

0 commit comments

Comments
 (0)