Skip to content

Commit

Permalink
ci: split step and use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
himkt committed Mar 9, 2024
1 parent 871b04a commit 5c9697d
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,15 @@ jobs:
runs-on: ${{ matrix.os }}

steps:
- uses: actions/checkout@v2
- name: Build linuxbrew
run: |
cp -r $GITHUB_WORKSPACE $HOME/dotfiles && cd $HOME/dotfiles
make
make brew
make brew-optional
brew doctor
- uses: actions/checkout@v4

- name: setup
run: |
cp -r $GITHUB_WORKSPACE $HOME/dotfiles && cd $HOME/dotfiles
make
make brew
make brew-optional
- name: doctor
run: |
brew doctor

0 comments on commit 5c9697d

Please sign in to comment.