CI: tmp add hack to freeze upstream

Until https://github.com/haskell-nix/hnix-store/issues/122
This commit is contained in:
Anton-Latukha 2021-01-16 06:51:27 +02:00 committed by Anton Latukha
parent f325cdb7ca
commit ef51f8b3ee

View File

@ -36,8 +36,12 @@ jobs:
with:
ghc-version: ${{ matrix.ghc }}
- name: "Repository update"
run: cabal v2-update
# HACK: Until https://github.com/haskell-nix/hnix-store/issues/122
- name: "Hack: tmp dodge upstream"
run: cabal v2-update 'hackage.haskell.org,2021-01-14T23:03:55Z'
# - name: "Repository update"
# run: cabal v2-update
- name: "Install additional system packages"
run: sudo apt install libsodium-dev && cabal v2-install tasty-discover
@ -56,7 +60,7 @@ jobs:
- name: "Configuration freeze"
run: cabal v2-freeze $cabalConfig
- name: "Copy freeze file to the root dir"
- name: "Hack: Copy freeze file to the root dir"
run: cp -a cabal.project.freeze ../cabal.project.freeze
- name: "Configuring GitHub cache"