]> Sergey Matveev's repositories - bfs.git/commitdiff
ci/macos: Don't install coreutils
authorTavian Barnes <tavianator@tavianator.com>
Tue, 3 Oct 2023 14:11:42 +0000 (10:11 -0400)
committerTavian Barnes <tavianator@tavianator.com>
Tue, 3 Oct 2023 14:11:42 +0000 (10:11 -0400)
Since we build our own touch(1) implementation, we no longer need to
work around the macOS bug.

.github/workflows/ci.yml

index 971a4df6bc0a04ea37023139437863e802b16f44..db7bacadf214a8bb4b1efa82f613bdcb96330912 100644 (file)
@@ -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