ci: github: disable unused get-package action, link to action docs

This commit is contained in:
Simon Michael 2020-03-06 00:10:34 -08:00
parent 4191190073
commit b6bf0cc12b

View File

@ -66,21 +66,22 @@ jobs:
key: ${{ runner.os }}-stack
#key: ${{ runner.os }}-${{ matrix.resolver }}-stack
- uses: actions/cache@v1
- uses: actions/cache@v1 # https://github.com/marketplace/actions/cache
name: Cache ~/.local/bin
with:
path: ~/.local/bin
key: ${{ runner.os }}-local-bin
- name: Install OS Packages
uses: mstksg/get-package@v1
with:
apt-get: ${{ matrix.apt-get }}
brew: ${{ matrix.brew }}
- uses: actions/checkout@v2
# - name: Install OS Packages
# uses: mstksg/get-package@v1 # https://github.com/marketplace/actions/get-package
# with:
# apt-get: ${{ matrix.apt-get }}
# brew: ${{ matrix.brew }}
- uses: actions/checkout@v2 # https://github.com/marketplace/actions/checkout
- name: Setup stack
uses: mstksg/setup-stack@v1
uses: mstksg/setup-stack@v1 # https://github.com/marketplace/actions/setup-stack
# - name: Setup cabal-install
# uses: actions/setup-haskell@v1