Skip to content

Commit 5053e7c

Browse files
committed
trying cleanup
1 parent 619e196 commit 5053e7c

1 file changed

Lines changed: 11 additions & 6 deletions

File tree

.github/workflows/test.yaml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,20 @@ 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+
rm ~/.zshrc || true
13+
rm -rf ~/.oh-my-zsh || true
14+
rm -rf ~/.bash_profile
15+
which brew
16+
echo $PATH
17+
NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
18+
which brew
19+
echo $PATH
1620
- name: Install all
1721
run: sh ./install.sh
1822
docker:
23+
if: false
1924
name: Docker build
2025
runs-on: ubuntu-latest
2126
permissions:

0 commit comments

Comments
 (0)