github: coreutils for macos

This commit is contained in:
ardocrat 2024-09-20 21:46:17 +03:00
parent 9cce52a7d9
commit 04bf5a5349

View file

@ -104,6 +104,8 @@ jobs:
uses: goto-bus-stop/setup-zig@v2 uses: goto-bus-stop/setup-zig@v2
with: with:
version: 0.12.1 version: 0.12.1
- name: Install coreutils
run: brew install coreutils
- name: Install cargo-zigbuild - name: Install cargo-zigbuild
run: cargo install cargo-zigbuild run: cargo install cargo-zigbuild
- name: Release x86 - name: Release x86