Skip to content
Snippets Groups Projects
Commit 2a41ce18 authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Try enabling CI Cache

parent a5dd5d6d
Branches wip/ghactions
No related tags found
No related merge requests found
...@@ -15,9 +15,17 @@ jobs: ...@@ -15,9 +15,17 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v1 - uses: actions/checkout@v1
# NB: intentionally *not* using setup-haskell for now # NB: intentionally *not* using setup-haskell for now
- name: Cache Nix-Style Cabal Store
uses: actions/cache@preview
with:
path: ~/.cabal/store
key: ${{ runner.os }}-ghc-${{ matrix.ghc }}-store-3.0
- name: "Build (Linux)" - name: "Build (Linux)"
if: matrix.os == 'ubuntu-18.04' if: matrix.os == 'ubuntu-18.04'
env: env:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment