mirror of
https://github.com/haskell-nix/hnix-store.git
synced 2024-11-28 05:36:24 +03:00
CI: tmp add hack to freeze upstream
Until https://github.com/haskell-nix/hnix-store/issues/122
This commit is contained in:
parent
f325cdb7ca
commit
ef51f8b3ee
10
.github/workflows/Cabal-Linux.yml
vendored
10
.github/workflows/Cabal-Linux.yml
vendored
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user