change package cache path
This commit is contained in:
@@ -19,11 +19,11 @@ jobs:
|
||||
- name: Packages cache
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: ~/.xmake/packages
|
||||
path: ${{ github.workspace }}/build/.packages
|
||||
key: ${{ runner.os }}-xmake_cache
|
||||
|
||||
- name: XMake config
|
||||
run: xmake f --policies=package.install_only -p linux -y
|
||||
run: xmake f --policies=package.install_locally -p linux -y
|
||||
|
||||
- name: Build
|
||||
run: xmake
|
||||
|
||||
Reference in New Issue
Block a user