Skip to content

Commit

Permalink
ci: Allow newer base for changelog-d
Browse files Browse the repository at this point in the history
This allows changelog-d to compile with 9.10, unblocking changelog CI.
  • Loading branch information
alt-romes committed May 23, 2024
1 parent cc543dc commit 4e28fe9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changelogs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Build plan for changelog-d
working-directory: changelog-d
run: |
cabal v2-build --dry-run --allow-newer=changelog-d:base
cabal v2-build --dry-run --allow-newer=base
- name: Restore dependencies of changelog-d
uses: actions/cache/restore@v4
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Install changelog-d
working-directory: changelog-d
run: |
cabal v2-install --allow-newer=changelog-d:base
cabal v2-install --allow-newer=base
- name: Cache dependencies of changelog-d
uses: actions/cache/save@v4
Expand Down

0 comments on commit 4e28fe9

Please sign in to comment.