Skip to content

Commit

Permalink
revise file path
Browse files Browse the repository at this point in the history
  • Loading branch information
cmb-sy committed May 25, 2024
1 parent 4440ee7 commit 336e0ca
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/brew_install_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,4 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Install dotfiles
run: |
curl -o brew_install.zsh -L https://raw.githubusercontent.com/cmb-sy/dotfiles/main/brew_install.zsh
chmod +x brew_install.zsh
./brew_install.zsh
run: sh -c "$(curl -s https://raw.githubusercontent.com/cmb-sy/dotfiles/main/brew_install.zsh)"

0 comments on commit 336e0ca

Please sign in to comment.