Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
MaximilianAlgehed committed Mar 15, 2024
1 parent ddd3f39 commit 207e9e5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/hugs-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 207e9e5

Please sign in to comment.