mirror of
https://gitee.com/iresty/apisix.git
synced 2024-12-04 04:57:35 +08:00
ci: avoid using shared library built with other OpenResty (#4165)
Signed-off-by: spacewander <spacewanderlzx@gmail.com>
This commit is contained in:
parent
32d6b6e03a
commit
35939bd3b2
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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/') }}
|
||||
|
Loading…
Reference in New Issue
Block a user