etc #50
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: haskell-stack | |
on: | |
- push | |
- pull_request | |
jobs: | |
test: | |
if: false # Disable because need pipewire | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v4 | |
- run: | | |
if [ -f .github/packages.txt ]; then sudo apt-get update && sudo apt-get install -y $(cat .github/packages.txt); fi | |
- uses: freckle/stack-action@v5 | |
with: | |
stack-build-arguments: --fast |