Skip to content

Commit

Permalink
(ci) add libasound2-dec dependency in setup-workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smoge authored Nov 17, 2024
1 parent 499448f commit 4e36601
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/setup-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
run: |
mkdir -p ~/.stack
mkdir -p .stack-work
- name: Install dependencies
run: sudo apt-get install -y libasound2-dev
- name: Setup Haskell Stack
uses: haskell-actions/setup@v2
with:
Expand Down

0 comments on commit 4e36601

Please sign in to comment.