Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hasufell committed Dec 13, 2024
1 parent c5e9d04 commit 5d7f87f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/workflows/cabal.project.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,12 @@ jobs:
with:
submodules: 'true'

- if: runner.os == 'Linux'
name: Install prerequisites
run: |
sudo apt update
sudo apt install -y libbz2-dev
- name: Run build
run: |
env
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ jobs:
DISTRO: Debian
- os: [self-hosted, Linux, ARM64, maerwald]
ARTIFACT: "aarch64-linux-alpine-ghcup"
GHC_VER: 9.6.6
GHC_VER: 9.8.4
ARCH: ARM64
DISTRO: Alpine

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/stack.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
with:
submodules: 'true'

- if: runner.os == 'Linux'
name: Install prerequisites
run: |
sudo apt update
sudo apt install -y libbz2-dev
- name: Run build
run: |
env
Expand Down

0 comments on commit 5d7f87f

Please sign in to comment.