Skip to content

Commit

Permalink
ci: split setup
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Mar 9, 2024
1 parent c5a968d commit e188360
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
run: |
cp -r $GITHUB_WORKSPACE $HOME/dotfiles && cd $HOME/dotfiles
make
- name: make {brew,brew-optional}
run: |
make brew
make brew-optional
Expand Down

0 comments on commit e188360

Please sign in to comment.