Skip to content

Commit bc14eb6

Browse files
committed
chore: install coreutils for macOS
1 parent 8c3da83 commit bc14eb6

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/push.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ jobs:
2323
- name: Checkout
2424
uses: actions/checkout@v4
2525
- uses: Swatinem/rust-cache@v2
26+
- name: Install coreutils
27+
run: brew install coreutils
2628
- name: Run cargo build
2729
run: cargo build
2830
- name: Run cargo test

0 commit comments

Comments
 (0)