Skip to content

Commit

Permalink
fix: coreutils on mac runner
Browse files Browse the repository at this point in the history
  • Loading branch information
Yohe-Am committed Dec 23, 2023
1 parent 18de1d2 commit 8653814
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ jobs:
deno-version: ${{ env.DENO_VERSION }}

- if: "${{ matrix.os == 'macos-latest' }}"
run: brew install fish zsh
# we need coreutils on max for the `timeout` command
run: brew install fish zsh coreutils
- name: Cache deno dir
if: "${{ matrix.os == 'macos-latest' }}"
uses: actions/cache@v3
Expand Down

0 comments on commit 8653814

Please sign in to comment.