3 Commits

Author SHA1 Message Date
01b4d39f84 caca
All checks were successful
Linux arm64 / Build (push) Successful in 5m42s
2024-02-10 20:16:33 +01:00
155c81fa37 cache .xmake too
All checks were successful
Linux arm64 / Build (push) Successful in 5m27s
2024-02-10 19:56:37 +01:00
dbdb650992 cache build
All checks were successful
Linux arm64 / Build (push) Successful in 5m50s
2024-02-10 19:41:22 +01:00

View File

@@ -1,5 +1,5 @@
name: Linux arm64 name: Linux arm64
run-name: Build And Test run-name: Build And Test Code
on: [push] on: [push]
@@ -15,6 +15,15 @@ jobs:
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v3
- name: Cache Build
id: cache-build
uses: actions/cache@v4
with:
path: |
'build'
'.xmake'
key: ${{ runner.os }}-td
- name: Prepare Xmake - name: Prepare Xmake
uses: xmake-io/github-action-setup-xmake@v1 uses: xmake-io/github-action-setup-xmake@v1
with: with: