1 parent 619e196 commit 5053e7cCopy full SHA for 5053e7c
1 file changed
.github/workflows/test.yaml
@@ -7,15 +7,20 @@ jobs:
7
runs-on: macos-latest
8
steps:
9
- 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
+ - name: Cleanup
+ run: |
+ rm ~/.zshrc || true
+ rm -rf ~/.oh-my-zsh || true
+ rm -rf ~/.bash_profile
+ which brew
16
+ echo $PATH
17
+ NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/uninstall.sh)"
18
19
20
- name: Install all
21
run: sh ./install.sh
22
docker:
23
+ if: false
24
name: Docker build
25
runs-on: ubuntu-latest
26
permissions:
0 commit comments