Browse Source

improve ci

ruki 1 year ago
parent
commit
4a6bbca58a

+ 1 - 0
.github/workflows/android.yml

@@ -25,6 +25,7 @@ jobs:
         with:
           xmake-version: branch@master
           actions-cache-folder: '.xmake-cache'
+          actions-cache-key: 'android'
 
       - name: Prepare
         run: |

+ 1 - 0
.github/workflows/fedora.yml

@@ -35,6 +35,7 @@ jobs:
         with:
           xmake-version: branch@master
           actions-cache-folder: '.xmake-cache'
+          actions-cache-key: 'fedora'
 
       - name: Tests
         env:

+ 1 - 0
.github/workflows/ubuntu.yml

@@ -24,6 +24,7 @@ jobs:
         with:
           xmake-version: branch@master
           actions-cache-folder: '.xmake-cache'
+          actions-cache-key: 'ubuntu'
 
       - name: Installation
         run: |

+ 1 - 0
.github/workflows/ubuntu_clang.yml

@@ -23,6 +23,7 @@ jobs:
         with:
           xmake-version: branch@master
           actions-cache-folder: '.xmake-cache'
+          actions-cache-key: 'ubuntu_clang'
 
       - name: Installation
         run: |

+ 1 - 0
.github/workflows/wasm_ubuntu.yml

@@ -23,6 +23,7 @@ jobs:
         with:
           xmake-version: branch@master
           actions-cache-folder: '.xmake-cache'
+          actions-cache-key: 'wasm'
 
       - name: Prepare
         uses: mymindstorm/setup-emsdk@v11