Uncomment GHCVER

This commit is contained in:
Ranjeet Kumar Ranjan 2021-08-05 15:55:15 +05:30
parent caec560968
commit 4923d95772

View File

@ -13,7 +13,7 @@ jobs:
# packcheck environment variables
LC_ALL: C.UTF-8
BUILD: ${{ matrix.build }}
#GHCVER: ${{ matrix.ghc_version }}
GHCVER: ${{ matrix.ghc_version }}
DISABLE_DOCS: ${{ matrix.disable_docs }}
DISABLE_TEST: ${{ matrix.disable_test }}
DISABLE_DIST_CHECKS: ${{ matrix.disable_dist_checks }}