diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 9c3e2543b2..691cf6657a 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -39,11 +39,6 @@ jobs: release-args: "" cache-bust: "23" steps: - - name: Setup macOS - if: startsWith(runner.os, 'macOS') - run: | - # pkg-config added because it is required by package digest-0.0.1.4. - brew install pkg-config - name: Clone project uses: actions/checkout@v3 - name: Cache dependencies on Unix-like OS diff --git a/.github/workflows/unit-tests.yml b/.github/workflows/unit-tests.yml index a257f00143..316b7ddcbc 100644 --- a/.github/workflows/unit-tests.yml +++ b/.github/workflows/unit-tests.yml @@ -52,11 +52,6 @@ jobs: extra-suffix: "" stack-args: "" steps: - - name: Setup macOS - if: startsWith(runner.os, 'macOS') - run: | - # pkg-config added because it is required by package digest-0.0.1.4. - brew install pkg-config - name: Clone project uses: actions/checkout@v3 - name: Cache dependencies on Unix-like OS