Skip to content

Commit

Permalink
[CI] Fix overwrite-policy
Browse files Browse the repository at this point in the history
  • Loading branch information
lierdakil committed Mar 6, 2021
1 parent c1872a6 commit f709c14
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/haskell.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ jobs:
$store = Join-Path $pwd ".cabal-store"
New-Item -ItemType Directory -Force "$store"
cabal user-config init --force --augment="store-dir: $store" `
--augment="install-method: copy"
--augment="install-method: copy" `
--augment="overwrite-policy: always"
$bindir = Join-Path $store "bin"
echo "$bindir" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
- name: Cabal update
Expand Down

0 comments on commit f709c14

Please sign in to comment.