mirror of
https://github.com/Xevion/orianne.git
synced 2025-12-10 08:07:49 -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:
|
||||
push:
|
||||
@@ -22,6 +22,7 @@ jobs:
|
||||
target: "desktop"
|
||||
arch: "gcc_64"
|
||||
install-deps: "true"
|
||||
cache: "true"
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
Reference in New Issue
Block a user