mirror of
https://github.com/simonmichael/hledger.git
synced 2024-11-07 21:15:19 +03:00
;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:
|
||||
|
||||
- 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
|
||||
|
Loading…
Reference in New Issue
Block a user