Skip to content

Commit bda8902

Browse files
committed
trying cleanup
1 parent 619e196 commit bda8902

1 file changed

Lines changed: 15 additions & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,24 @@ jobs:
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:

0 commit comments

Comments
 (0)