mirror of
https://github.com/haskell-nix/hnix.git
synced 2024-11-09 00:04:37 +03:00
CI: GitHub: *Cabal-Linux: migrate to official action (#773)
Old GH one become unmaintained (yesterday - officially), and the official successor fork is in `haskell` group.
This commit is contained in:
parent
a3265899bf
commit
a44e20ab55
2
.github/workflows/Cabal-Linux.yml
vendored
2
.github/workflows/Cabal-Linux.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
~/.cabal/store
|
||||
dist-newstyle
|
||||
key: ${{ runner.os }}-Cabal-${{ matrix.ghc }}
|
||||
- uses: actions/setup-haskell@v1
|
||||
- uses: haskell/actions/setup@v1
|
||||
with:
|
||||
ghc-version: ${{ matrix.ghc }}
|
||||
- name: "Install additional system packages"
|
||||
|
2
.github/workflows/On-Release-Cabal-Linux.yml
vendored
2
.github/workflows/On-Release-Cabal-Linux.yml
vendored
@ -26,7 +26,7 @@ jobs:
|
||||
~/.cabal/store
|
||||
dist-newstyle
|
||||
key: ${{ runner.os }}-Cabal-${{ matrix.ghc }}
|
||||
- uses: actions/setup-haskell@v1
|
||||
- uses: haskell/actions/setup@v1
|
||||
with:
|
||||
ghc-version: ${{ matrix.ghc }}
|
||||
- name: "Install additional system packages"
|
||||
|
Loading…
Reference in New Issue
Block a user