From b6bf0cc12b07298d8a5b76da1133c888dc190a6e Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 6 Mar 2020 00:10:34 -0800 Subject: [PATCH] ci: github: disable unused get-package action, link to action docs --- .github/workflows/ci.yml | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 26c543574..238704b4d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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