Skip to content

Commit

Permalink
cache-id
Browse files Browse the repository at this point in the history
  • Loading branch information
liverpool8056 authored and fffonion committed Aug 3, 2023
1 parent e890959 commit 0dcaa6b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/latest_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
path: |
${{ env.INSTALL_PATH }}
~/perl5
key: ${{ runner.os }}-${{ hashFiles('.github/workflows/latest_os.yml') }}
key: ${{ runner.os }}-${{ matrix.openresty-version }}-${{ hashFiles('.github/workflows/latest_os.yml') }}

- name: Create needed paths
if: steps.cache-deps.outputs.cache-hit != 'true'
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
path: |
${{ env.INSTALL_PATH }}
~/perl5
key: ${{ runner.os }}-${{ hashFiles('.github/workflows/latest_os.yml') }}
key: ${{ runner.os }}-${{ matrix.openresty-version }}-${{ hashFiles('.github/workflows/latest_os.yml') }}

- name: Lint code
run: |
Expand Down Expand Up @@ -177,7 +177,7 @@ jobs:
path: |
${{ env.INSTALL_PATH }}
~/perl5
key: ${{ runner.os }}-${{ hashFiles('.github/workflows/latest_os.yml') }}
key: ${{ runner.os }}-${{ matrix.openresty-version }}-${{ hashFiles('.github/workflows/latest_os.yml') }}

- name: Install lua-resty-healthcheck
run: luarocks make
Expand Down

0 comments on commit 0dcaa6b

Please sign in to comment.