You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by to...@apache.org on 2021/04/30 09:48:07 UTC

[apisix] branch master updated: ci: avoid using shared library built with other OpenResty (#4165)

This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 35939bd  ci: avoid using shared library built with other OpenResty (#4165)
35939bd is described below

commit 35939bd3b2036abc280d375859b9a6a40045d3f0
Author: 罗泽轩 <sp...@gmail.com>
AuthorDate: Fri Apr 30 17:48:00 2021 +0800

    ci: avoid using shared library built with other OpenResty (#4165)
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 .github/workflows/build.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 051cb700..1017e10 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -62,7 +62,7 @@ jobs:
           cache-name: cache-deps
         with:
           path: deps
-          key: ${{ runner.os }}-${{ env.cache-name }}-${{ hashFiles('rockspec/apisix-master-0.rockspec') }}
+          key: ${{ runner.os }}-${{ env.cache-name }}-${{ matrix.os_name }}-${{ hashFiles('rockspec/apisix-master-0.rockspec') }}
 
       - name: Extract branch name
         if: ${{ startsWith(github.ref, 'refs/heads/release/') }}