Skip to content

Commit 8cfe8b2

Browse files
committed
Removes unnecessary env specification
1 parent b5e4e54 commit 8cfe8b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,6 @@ jobs:
7474
7575
- name: Tentative Workaround for GHC 8.10.5 on macOS
7676
if: matrix.os == 'macOS-latest' && matrix.ghc == '8.10.5'
77-
env:
78-
GHC_VER: ${{ matrix.ghc }}
7977
run: |
8078
echo "# uninstalling CommandLineTools (see https://github.com/haskell/haskell-language-server/issues/1913#issuecomment-861667786)"
8179
sudo rm -rf /Library/Developer/CommandLineTools

0 commit comments

Comments
 (0)