From 3c702ccf5269ee5cfb135592494a7e946d0a0036 Mon Sep 17 00:00:00 2001 From: lethosor Date: Mon, 29 Jun 2020 22:35:36 -0400 Subject: [PATCH] Attempt to cache DF --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7da428d32..6ad88dc27 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -28,6 +28,11 @@ jobs: DF_VERSION="$(sh travis/get-df-version.sh)" echo "::set-env name=DF_VERSION::${DF_VERSION}" echo "::set-env name=DF_FOLDER::${HOME}/DF/${DF_VERSION}/df_linux" + - name: Fetch DF cache + uses: actions/cache@v2 + with: + path: ~/DF + key: ${DF_VERSION} - name: Download DF run: | sh travis/download-df.sh