Skip to content

Commit

Permalink
fix test ubuntu-latest tets runner
Browse files Browse the repository at this point in the history
  • Loading branch information
monofon committed Jan 1, 2025
1 parent 197b4ba commit 6e71ca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ jobs:
restore-keys: |
${{ runner.os }}-
- name: Install bzip2 with dev headers
run: sudo apt-get update && sudo apt-get install -y bzip2 libbz2-dev

- name: Setup Haskell
uses: haskell-actions/setup@v2
with:
Expand Down

0 comments on commit 6e71ca4

Please sign in to comment.