@@ -16,10 +16,11 @@ jobs:
|
|||||||
xmake-version: latest
|
xmake-version: latest
|
||||||
actions-cache-folder: '.xmake-cache'
|
actions-cache-folder: '.xmake-cache'
|
||||||
actions-cache-key: 'ubuntu-xmake'
|
actions-cache-key: 'ubuntu-xmake'
|
||||||
run: export XMAKE_ROOT=y
|
|
||||||
|
|
||||||
- name: Packages hash
|
- name: Packages hash
|
||||||
run : 'xmake show -l packages'
|
run : |
|
||||||
|
export XMAKE_ROOT=y
|
||||||
|
xmake show -l packages
|
||||||
|
|
||||||
- name: Calc deps hash
|
- name: Calc deps hash
|
||||||
uses: seepine/hash-files@v1
|
uses: seepine/hash-files@v1
|
||||||
|
|||||||
Reference in New Issue
Block a user