Skip to content

Commit

Permalink
adds docker
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwolf committed Nov 24, 2024
1 parent 502631e commit 3dfdaa6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-formulas.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: macos-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

#- name: Check and install Homebrew
# run: |
Expand All @@ -23,7 +23,7 @@ jobs:
run: echo $PATH && brew update

- name: Install dependencies
run: brew install coreutils
run: brew install coreutils docker

- name: List Formula directory contents
run: ls -l ./Formula
Expand Down

0 comments on commit 3dfdaa6

Please sign in to comment.