mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-09 16:22:54 +02:00
put git branch ref into cache key name
This commit is contained in:
parent
3ff4d67d21
commit
a841e96bd2
1 changed files with 1 additions and 1 deletions
2
.github/workflows/central-controller.yaml
vendored
2
.github/workflows/central-controller.yaml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
uses: actions/cache@v4
|
uses: actions/cache@v4
|
||||||
with:
|
with:
|
||||||
path: ${{ env.CONDA }}/envs
|
path: ${{ env.CONDA }}/envs
|
||||||
key: ${{ runner.os }}-${{ runner.arch }}-conda-${{ hashFiles('environment.yml') }}
|
key: ${{ runner.os }}-${{ runner.arch }}-${{ github.ref_name }}-conda-${{ hashFiles('environment.yml') }}
|
||||||
- name: Update Conda Environment
|
- name: Update Conda Environment
|
||||||
run: |
|
run: |
|
||||||
source ~/miniconda3/etc/profile.d/conda.sh
|
source ~/miniconda3/etc/profile.d/conda.sh
|
||||||
|
|
Loading…
Add table
Reference in a new issue