From 413ccf24f4378c56194e84531cb420bf2669a471 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Manuel=20B=C3=A4renz?= Date: Fri, 25 Nov 2022 18:51:28 +0100 Subject: [PATCH] Drop explicit tool versions --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 23c55137..3bf7683d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,9 +16,7 @@ jobs: id: setup-haskell-build with: ghc-version: ${{ matrix.ghc }} - cabal-version: '3.6.2.0' enable-stack: true - stack-version: '2.7' - name: Install dependencies run: sudo apt-get install -y libxml2-utils libgl1-mesa-dev libglu1-mesa-dev freeglut3-dev libpulse-dev libblas-dev liblapack-dev libasound2-dev wget - name: Install fourmolu