change package cache path

This commit is contained in:
2024-08-11 17:39:34 +02:00
parent 5858ea5cbe
commit 08b2f79529

View File

@@ -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