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 }}-stack
#key: ${{ runner.os }}-${{ matrix.resolver }}-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 name: Cache ~/.local/bin
with: with:
path: ~/.local/bin path: ~/.local/bin
key: ${{ runner.os }}-local-bin key: ${{ runner.os }}-local-bin
- name: Install OS Packages # - name: Install OS Packages
uses: mstksg/get-package@v1 # uses: mstksg/get-package@v1 # https://github.com/marketplace/actions/get-package
with: # with:
apt-get: ${{ matrix.apt-get }} # apt-get: ${{ matrix.apt-get }}
brew: ${{ matrix.brew }} # brew: ${{ matrix.brew }}
- uses: actions/checkout@v2
- uses: actions/checkout@v2 # https://github.com/marketplace/actions/checkout
- name: Setup stack - name: Setup stack
uses: mstksg/setup-stack@v1 uses: mstksg/setup-stack@v1 # https://github.com/marketplace/actions/setup-stack
# - name: Setup cabal-install # - name: Setup cabal-install
# uses: actions/setup-haskell@v1 # uses: actions/setup-haskell@v1