From 207e9e5af66c1d6e88d7ab4ce1ed8d419ab9cb02 Mon Sep 17 00:00:00 2001 From: Maximilian Algehed Date: Fri, 15 Mar 2024 14:14:56 +0100 Subject: [PATCH] wip --- .github/workflows/hugs-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/hugs-ci.yml b/.github/workflows/hugs-ci.yml index d33e2b26..f0161e69 100644 --- a/.github/workflows/hugs-ci.yml +++ b/.github/workflows/hugs-ci.yml @@ -9,8 +9,8 @@ jobs: steps: - name: apt run: | - apt-get update - apt-get install -y hugs libhugs-time-bundled + sudo apt-get update + sudo apt-get install -y hugs libhugs-time-bundled - name: Get Haskell id: haskell uses: haskell-actions/setup@v2