diff options
| author | TomBen <[email protected]> | 2024-06-24 16:56:02 +0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2024-06-24 10:03:01 -0700 |
| commit | 442dad1f0a650b24b9ca079fe4324083435acbed (patch) | |
| tree | fa6e86eaa8434ad6cb862ea61f0f22c1eee9e443 | |
| parent | 45568ad069de3c9e0d7723d0c59c619b09c28c52 (diff) | |
Remove pkg-config installation step in nightly workflow
| -rw-r--r-- | .github/workflows/nightly.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 5ba0846ae..cb625448f 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -73,9 +73,6 @@ jobs: steps: - uses: actions/checkout@v4 - # pkg-config is now needed for some cabal builds - - name: Install pkg-config - run: brew install pkg-config - name: Install ghc run: | ghcup install ghc --set 9.4.4 |
