;ci: github: linux: check out first, for smart caching
This commit is contained in:
parent
b69d5b6799
commit
7598173765
6
.github/workflows/linux-nightly.yml
vendored
6
.github/workflows/linux-nightly.yml
vendored
@ -84,6 +84,9 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
- name: Check out
|
||||||
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
# declare/restore cached things
|
# declare/restore cached things
|
||||||
|
|
||||||
- name: Cache stack global package db
|
- name: Cache stack global package db
|
||||||
@ -148,9 +151,6 @@ jobs:
|
|||||||
|
|
||||||
# actions
|
# actions
|
||||||
|
|
||||||
- name: Check out
|
|
||||||
uses: actions/checkout@v2
|
|
||||||
|
|
||||||
- name: Install stack
|
- name: Install stack
|
||||||
# curl -L https://get.haskellstack.org/stable/linux-x86_64.tar.gz | tar xz --wildcards --strip-components=1 -C $INSTALLDIR '*/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
|
# mkdir -p ~/.local/bin
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user