;ci: github: linux: check out first, for smart caching

This commit is contained in:
Simon Michael 2020-03-07 13:28:44 -08:00
parent b69d5b6799
commit 7598173765

View File

@ -84,6 +84,9 @@ jobs:
steps:
- name: Check out
uses: actions/checkout@v2
# declare/restore cached things
- name: Cache stack global package db
@ -148,9 +151,6 @@ jobs:
# actions
- name: Check out
uses: actions/checkout@v2
- name: Install stack
# curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C $INSTALLDIR '*/stack'
# mkdir -p ~/.local/bin