From 75981737653707376b00289be0136f992d767e62 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 7 Mar 2020 13:28:44 -0800 Subject: [PATCH] ;ci: github: linux: check out first, for smart caching --- .github/workflows/linux-nightly.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linux-nightly.yml b/.github/workflows/linux-nightly.yml index 47f8e21c9..6c1df5c70 100644 --- a/.github/workflows/linux-nightly.yml +++ b/.github/workflows/linux-nightly.yml @@ -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