@@ -14,7 +14,7 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ github.workspace }}/build/.packages
|
path: ${{ github.workspace }}/build/.packages
|
||||||
key: ${{ runner.os }}-xmake_cache
|
key: Linux-xmake_cache
|
||||||
|
|
||||||
- name: XMake config
|
- name: XMake config
|
||||||
run: xmake f -p linux -y
|
run: xmake f -p linux -y
|
||||||
|
|||||||
Reference in New Issue
Block a user