This commit is contained in:
@@ -42,7 +42,7 @@ jobs:
|
|||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ~/.xmake/packages
|
path: ~/.xmake/packages
|
||||||
key: ${{ runner.os }}-hash(${{ steps.get-hash.outputs.hash }})
|
key: ${{ runner.os }}-$(cat ~/packages.hash)
|
||||||
|
|
||||||
- name: XMake config
|
- name: XMake config
|
||||||
run: xmake f --policies=package.install_only -p linux -y
|
run: xmake f --policies=package.install_only -p linux -y
|
||||||
|
|||||||
Reference in New Issue
Block a user