From ee6eea07f8a2c73d0b49f8e2199016116a411557 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 3 Oct 2023 10:11:42 -0400 Subject: ci/macos: Don't install coreutils Since we build our own touch(1) implementation, we no longer need to work around the macOS bug. --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows') diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 971a4df..db7baca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,10 +49,6 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Install dependencies - run: | - brew install coreutils - - name: Run tests run: | make -j$(sysctl -n hw.ncpu) distcheck -- cgit v1.2.3