File tree Expand file tree Collapse file tree 3 files changed +3
-0
lines changed
Expand file tree Collapse file tree 3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 2828 echo "$HOME/.local/bin" >> "$GITHUB_PATH"
2929 echo "pipx-bin-dir=$HOME/.local/bin" >> "$GITHUB_OUTPUT"
3030 echo "pipx-home=$HOME/.local/pipx" >> "$GITHUB_OUTPUT"
31+ shell : bash
3132 - name : Cache pipx
3233 uses : actions/cache@v4
3334 with :
Original file line number Diff line number Diff line change 2828 echo "$HOME/.local/bin" >> "$GITHUB_PATH"
2929 echo "pipx-bin-dir=$HOME/.local/bin" >> "$GITHUB_OUTPUT"
3030 echo "pipx-home=$HOME/.local/pipx" >> "$GITHUB_OUTPUT"
31+ shell : bash
3132 - name : Cache pipx
3233 uses : actions/cache@v4
3334 with :
Original file line number Diff line number Diff line change 3434 echo "$HOME/.local/bin" >> "$GITHUB_PATH"
3535 echo "pipx-bin-dir=$HOME/.local/bin" >> "$GITHUB_OUTPUT"
3636 echo "pipx-home=$HOME/.local/pipx" >> "$GITHUB_OUTPUT"
37+ shell : bash
3738 - name : Cache pipx
3839 uses : actions/cache@v4
3940 with :
You can’t perform that action at this time.
0 commit comments