mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 22:53:34 +00:00
AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAH
This commit is contained in:
12
.github/workflows/windows.yml
vendored
12
.github/workflows/windows.yml
vendored
@@ -50,18 +50,6 @@ jobs:
|
|||||||
- name: Update xmake repository
|
- name: Update xmake repository
|
||||||
run: xmake repo --update
|
run: xmake repo --update
|
||||||
|
|
||||||
# Fetch xmake dephash
|
|
||||||
- name: Retrieve dependencies hash
|
|
||||||
id: dep_hash
|
|
||||||
run: echo "hash=$(xmake l utils.ci.packageskey)" >> $GITHUB_OUTPUT
|
|
||||||
|
|
||||||
# Cache xmake dependencies
|
|
||||||
- name: Retrieve cached xmake dependencies
|
|
||||||
uses: actions/cache@v3
|
|
||||||
with:
|
|
||||||
path: ${{ env.XMAKE_GLOBALDIR }}/.xmake/packages
|
|
||||||
key: Windows-${{ matrix.arch }}-${{ matrix.mode }}-${{ steps.dep_hash.outputs.hash }}-W${{ steps.cache_key.outputs.key }}
|
|
||||||
|
|
||||||
# Setup compilation mode and install project dependencies
|
# Setup compilation mode and install project dependencies
|
||||||
- name: Configure xmake and install dependencies
|
- name: Configure xmake and install dependencies
|
||||||
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes
|
run: xmake config --arch=${{ matrix.arch }} --mode=${{ matrix.mode }} --yes
|
||||||
|
|||||||
Reference in New Issue
Block a user