Skip to content

Commit

Permalink
Fixup CI working
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbif19 committed Apr 27, 2024
1 parent 8d25e11 commit 24af42d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .envrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ if ! has nix_direnv_version || ! nix_direnv_version 2.3.0; then
source_url "https://raw.githubusercontent.com/nix-community/nix-direnv/2.3.0/direnvrc" "sha256-Dmd+j63L84wuzgyjITIfSxSD57Tx7v51DMxVZOsiUD8="
fi
# https://github.com/input-output-hk/devx Slightly opinionated shared GitHub Action for Cardano-Haskell projects
use flake "github:input-output-hk/devx#ghc963-iog"
use flake "github:input-output-hk/devx#ghc964-iog"
10 changes: 5 additions & 5 deletions .github/workflows/haskell-ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Haskell-CI
on:
- push
- pull_request
jobs:
tests:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -31,8 +31,8 @@ jobs:
~/.cabal/packages
~/.cabal/store
dist-newstyle
key: ${{ runner.os }}-${{ matrix.ghc }}-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
restore-keys: ${{ runner.os }}-${{ matrix.ghc }}-
key: ${{ runner.os }}-ghc964-${{ hashFiles('**/*.cabal', '**/cabal.project', '**/cabal.project.freeze') }}
restore-keys: ${{ runner.os }}-ghc964-
- name: Cabal build and test
shell: devx {0}
run: |
Expand All @@ -44,5 +44,5 @@ jobs:
run: |
cabal install cabal-fmt
cabal install fourmolu
cabal-fmt --check cem-script.cabal
fourmolu .
/home/runner/.cabal-devx/bin/cabal-fmt --check cem-script.cabal
/home/runner/.cabal-devx/bin/fourmolu .

0 comments on commit 24af42d

Please sign in to comment.