Skip to content

Commit

Permalink
Use new version of git-modtime
Browse files Browse the repository at this point in the history
  • Loading branch information
lehins committed Mar 15, 2021
1 parent ddc52c8 commit e50b159
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
STACK_YAML: stack.yaml
STACK_ARGS: '--resolver ${{ matrix.resolver }}'
cache-version: v2 # bump up this version to invalidate currently stored cache
cache-version: v4 # bump up this version to invalidate currently stored cache
steps:
- uses: actions/checkout@v2

Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
run: |
set -ex
curl -sSL https://get.haskellstack.org/ | sh -s - -f
curl -sSL https://gist.githubusercontent.com/lehins/fd36a8cc8bf853173437b17f6b6426ad/raw/4702d0252731ad8b21317375e917124c590819ce/git-modtime.hs -o git-modtime.hs
curl -sSL https://raw.githubusercontent.com/lehins/utils/da8cdd9962de92c7335fb9d201cd0b6186638ca1/haskell/git-modtime/git-modtime.hs -o git-modtime.hs
[ -n "${{ matrix.ghc }}" ] && [ "${{ matrix.os }}" == "ubuntu-latest" ] && STACK_ARGS="$STACK_ARGS --system-ghc"
[ -n "${{ matrix.stack-yaml }}" ] && STACK_YAML=${{ matrix.stack-yaml }}
stack $STACK_ARGS runghc git-modtime.hs
Expand Down

0 comments on commit e50b159

Please sign in to comment.