Skip to content

Commit

Permalink
ci: try installing libpcre
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm committed Oct 6, 2024
1 parent 7b099d9 commit 52b973f
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,11 @@ jobs:
# release-24.05
nix_path: nixpkgs=https://github.com/NixOS/nixpkgs/archive/74435c9234c751e6786c5f3fd34ff6b0f0c13bd1.tar.gz

- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpcre3-dev
- uses: haskell-actions/setup@v2
id: setup-haskell-cabal
name: Setup Haskell
Expand Down Expand Up @@ -94,10 +99,10 @@ jobs:
path: ~/.stack
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ matrix.yaml }}-stack

# - name: apt
# run: |
# sudo apt-get update
# sudo apt-get install -y libx11-dev libxext-dev libxinerama-dev libxrandr-dev libxss-dev
- name: Install dependencies
run: |
sudo apt-get update
sudo apt-get install -y libpcre3-dev
- name: Build
run: |
Expand Down

0 comments on commit 52b973f

Please sign in to comment.