We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b353741 commit 26ebf99Copy full SHA for 26ebf99
.github/workflows/project@francescobianco@matrix-theme.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
steps:
15
- name: Install Mush
16
- run: printenv; curl -fsSL https://get.javanile.org/mush | sh
+ run: curl -fsSL https://get.javanile.org/mush | sh && cp ~/.mush/bin/mush ~/.local/bin/
17
18
- name: Verify Mush installation
19
run: mush --version
.github/workflows/template.yml
0 commit comments