We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3da83 commit bc14eb6Copy full SHA for bc14eb6
.github/workflows/push.yml
@@ -23,6 +23,8 @@ jobs:
23
- name: Checkout
24
uses: actions/checkout@v4
25
- uses: Swatinem/rust-cache@v2
26
+ - name: Install coreutils
27
+ run: brew install coreutils
28
- name: Run cargo build
29
run: cargo build
30
- name: Run cargo test
0 commit comments