Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwolf committed Nov 24, 2024
1 parent 3dfdaa6 commit b620387
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test-formulas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ jobs:
run: echo $PATH && brew update

- name: Install dependencies
run: brew install coreutils docker
run: |
brew install coreutils docker
colima start
- name: List Formula directory contents
run: ls -l ./Formula
Expand Down

0 comments on commit b620387

Please sign in to comment.