From bb71ace6d88a42ce1037ca9155e26b0d5036f789 Mon Sep 17 00:00:00 2001 From: Mateo Pidal Date: Thu, 6 May 2021 03:28:54 -0300 Subject: [PATCH] Caching build --- .github/workflows/qt.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/qt.yml b/.github/workflows/qt.yml index 09b61962..88285b56 100644 --- a/.github/workflows/qt.yml +++ b/.github/workflows/qt.yml @@ -121,6 +121,15 @@ jobs: cmake --version openssl version + - name: build cache + uses: actions/cache@v2.1.5 + id: build-cached + with: + # A list of files, directories, and wildcard patterns to cache and restore + path: "D:/a/MultiMC5-Cracked/MultiMC5-Cracked/build" + # An explicit key for restoring and saving the cache + key: ${{ runner.os }}-MultiMC-build + - name: build shell: cmd run: |