enable action cache for xmake (#1661)

pull/1663/head
ruki 2 years ago committed by GitHub
parent 1a8a467fe1
commit 26c063a28d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      .github/workflows/android.yml
  2. 3
      .github/workflows/archlinux.yml
  3. 2
      .github/workflows/cross_musl.yml
  4. 3
      .github/workflows/deploy.yml
  5. 3
      .github/workflows/fedora.yml
  6. 3
      .github/workflows/iphoneos.yml
  7. 3
      .github/workflows/macos.yml
  8. 3
      .github/workflows/mingw_macos.yml
  9. 2
      .github/workflows/monkey_linux.yml
  10. 2
      .github/workflows/monkey_macos.yml
  11. 2
      .github/workflows/monkey_windows.yml
  12. 3
      .github/workflows/ubuntu.yml
  13. 3
      .github/workflows/ubuntu_clang.yml
  14. 3
      .github/workflows/wasm_ubuntu.yml
  15. 2
      .github/workflows/windows.yml

@ -23,7 +23,8 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'
- name: Prepare
run: |

@ -29,7 +29,8 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'
- name: Tests
env:

@ -21,7 +21,7 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
- name: Installation
run: |

@ -17,7 +17,8 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: latest
actions-cache-folder: '.xmake-cache'
- name: Install SSH key
uses: shimataro/ssh-key-action@v2

@ -33,7 +33,8 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'
- name: Tests
env:

@ -20,7 +20,8 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'
- name: Tests
run: |

@ -21,7 +21,8 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'
- name: Tests
run: |

@ -21,7 +21,8 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'
- name: Prepare
run: |

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
- name: Installation
run: |

@ -17,7 +17,7 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
- name: Tests
run: |

@ -19,7 +19,7 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
- name: Configure Pagefile
uses: al-cheb/configure-pagefile-action@v1.2

@ -21,7 +21,8 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'
- name: Installation
run: |

@ -21,7 +21,8 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'
- name: Installation
run: |

@ -21,7 +21,8 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
actions-cache-folder: '.xmake-cache'
- name: Prepare
uses: mymindstorm/setup-emsdk@v11

@ -24,7 +24,7 @@ jobs:
- uses: actions/checkout@v1
- uses: xmake-io/github-action-setup-xmake@v1
with:
xmake-version: branch@dev
xmake-version: branch@master
- name: Configure Pagefile
uses: al-cheb/configure-pagefile-action@v1.2

Loading…
Cancel
Save