This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
- name: Check out repository code
|
- name: Check out repository code
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- uses: actions/cache@v4
|
- uses: actions/cache/restore@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.xmake/packages
|
path: ~/.xmake/packages
|
||||||
key: 'ubuntu'
|
key: 'ubuntu'
|
||||||
@@ -25,6 +25,11 @@ jobs:
|
|||||||
- name: XMake config
|
- name: XMake config
|
||||||
run: xmake f -p linux -y --root
|
run: xmake f -p linux -y --root
|
||||||
|
|
||||||
|
- uses: actions/cache/save@v4
|
||||||
|
with:
|
||||||
|
path: ~/.xmake/packages
|
||||||
|
key: 'ubuntu'
|
||||||
|
|
||||||
- name: Build
|
- name: Build
|
||||||
run: xmake --root
|
run: xmake --root
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user