File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 77 runs-on : macos-latest
88 steps :
99 - uses : actions/checkout@v4
10- - name : Set up SSH
11- uses : MrSquaare/ssh-setup-action@2d028b70b5e397cf8314c6eaea229a6c3e34977a # v3.1.0
12- with :
13- host : github.com
14- private-key : ${{ secrets.SSH_GITHUB_PPK }}
15- private-key-name : github-ppk
10+ - name : Cleanup
11+ run : |
12+ cat ~/.bash_profile || true
13+ cat ~/.bashrc || true
14+ cat ~/.zshrc || true
15+ cat ~/.profile || true
16+ rm ~/.zshrc || true
17+ rm -rf ~/.oh-my-zsh || true
18+ rm -rf ~/.bash_profile
19+ which brew
20+ echo $PATH
21+ NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
22+ echo $PATH
23+ which brew || true
1624 - name : Install all
1725 run : sh ./install.sh
1826 docker :
27+ if : false
1928 name : Docker build
2029 runs-on : ubuntu-latest
2130 permissions :
You can’t perform that action at this time.
0 commit comments