Compare commits
3 Commits
actions
...
doc-action
| Author | SHA1 | Date | |
|---|---|---|---|
| 01b4d39f84 | |||
| 155c81fa37 | |||
| dbdb650992 |
@@ -1,5 +1,5 @@
|
||||
name: Linux arm64
|
||||
run-name: Build And Test
|
||||
run-name: Build And Test Code
|
||||
|
||||
on: [push]
|
||||
|
||||
@@ -15,6 +15,15 @@ jobs:
|
||||
- name: Check out repository code
|
||||
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
|
||||
uses: xmake-io/github-action-setup-xmake@v1
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user