Skip to content

Commit

Permalink
CI: Install coreutils for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
egoist committed Nov 24, 2021
1 parent 2c2b635 commit 9de03ce
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
- uses: actions/checkout@v2
- uses: FranzDiebold/github-env-vars-action@v1.2.1

- name: Install coreutils for macOS
if: matrix.os == 'macos-latest'
run: brew install coreutils

# Cache files between builds
- name: Setup | Cache Cargo
uses: actions/cache@v2.1.6
Expand Down

0 comments on commit 9de03ce

Please sign in to comment.