Add cache for linux, rename workflow to just 'Build'

This commit is contained in:
2023-09-22 23:46:43 -05:00
parent 94ff1ce808
commit 2d076ea68f

View File

@@ -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