diff options
Diffstat (limited to '.github/workflows/ci.yml')
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 0 insertions, 4 deletions
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 |