...
This commit is contained in:
@@ -12,7 +12,7 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest, windows-11-arm, macOS-latest, macos-14]
|
||||
version: [latest, branch@master, branch@dev]
|
||||
version: [branch@test]
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
|
||||
@@ -21,6 +21,8 @@ jobs:
|
||||
- uses: xmake-io/github-action-setup-xmake@test
|
||||
with:
|
||||
xmake-version: ${{ matrix.version }}
|
||||
actions-cache-folder: '.xmake-cache'
|
||||
actions-cache-key: ${{ matrix.version }}
|
||||
build-cache: true
|
||||
build-cache-key: ${{ matrix.version }}
|
||||
package-cache: true
|
||||
|
||||
Reference in New Issue
Block a user