Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
fasiondog committed Aug 13, 2024
1 parent db88021 commit 7cdf6fe
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
with:
xmake-version: 2.9.3
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'windows'

- name: configure
shell: cmd
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/windows_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
id: cache-xmake-windows
uses: actions/cache@v4
env:
cache-name: cache-node-modules
cache-name: cache-win-modules
with:
path: ~/.xmake
key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/package-lock.json') }}
Expand All @@ -42,11 +42,12 @@ jobs:
with:
xmake-version: 2.9.3
actions-cache-folder: '.xmake-cache'
actions-cache-key: 'windows_arm64'

- name: configure
shell: cmd
run: |
xmake f -c -a ${{ matrix.arch }} -k ${{ matrix.kind }} -y -vD --mo=y --mysql=y --http_client_zip=y --http_client_ssl=n
xmake f -c -a ${{ matrix.arch }} -k ${{ matrix.kind }} -y -vD --mo=y --mysql=n --http_client_zip=y --http_client_ssl=n
- name: build
shell: cmd
Expand Down

0 comments on commit 7cdf6fe

Please sign in to comment.