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