From 2d076ea68f20f40e8462ccee459c29fd60f4f830 Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 22 Sep 2023 23:46:43 -0500 Subject: [PATCH] Add cache for linux, rename workflow to just 'Build' --- .github/workflows/build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index a1830a9..e61a4ff 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -1,4 +1,4 @@ -name: Build for Linux +name: Build on: push: @@ -22,6 +22,7 @@ jobs: target: "desktop" arch: "gcc_64" install-deps: "true" + cache: "true" - name: Checkout repository uses: actions/checkout@v3