mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-12 18:12:14 -06:00
Add cache for linux, rename workflow to just 'Build'
This commit is contained in:
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: Build for Linux
|
name: Build
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -22,6 +22,7 @@ jobs:
|
|||||||
target: "desktop"
|
target: "desktop"
|
||||||
arch: "gcc_64"
|
arch: "gcc_64"
|
||||||
install-deps: "true"
|
install-deps: "true"
|
||||||
|
cache: "true"
|
||||||
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|||||||
Reference in New Issue
Block a user