mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-06 14:52:54 +02:00
skip caching until this all works
This commit is contained in:
parent
0f13363895
commit
09f1ee77e1
1 changed files with 10 additions and 9 deletions
19
.github/workflows/central-controller.yaml
vendored
19
.github/workflows/central-controller.yaml
vendored
|
@ -14,18 +14,19 @@ jobs:
|
||||||
steps:
|
steps:
|
||||||
- name: checkout
|
- name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Get Date
|
# - name: Get Date
|
||||||
id: get-date
|
# id: get-date
|
||||||
run: echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
|
# run: echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
|
||||||
shell: bash
|
# shell: bash
|
||||||
- name: Cache Conda
|
# - name: Cache Conda
|
||||||
uses: actions/cache@v4
|
# uses: actions/cache@v4
|
||||||
with:
|
# with:
|
||||||
path: ~/miniconda3
|
# path: ~/miniconda3
|
||||||
key: ${{ runner.os }}-${{ runner.arch }}-${{ steps.get-date.outputs.today }}-conda-${{ hashFiles('**/environment.yml') }}
|
# key: ${{ runner.os }}-${{ runner.arch }}-${{ steps.get-date.outputs.today }}-conda-${{ hashFiles('**/environment.yml') }}
|
||||||
- name: Setup Miniconda
|
- name: Setup Miniconda
|
||||||
uses: conda-incubator/setup-miniconda@v3
|
uses: conda-incubator/setup-miniconda@v3
|
||||||
with:
|
with:
|
||||||
|
conda-remove-defaults: true
|
||||||
auto-update-conda: false
|
auto-update-conda: false
|
||||||
channel-priority: strict
|
channel-priority: strict
|
||||||
activate-environment: central_controller
|
activate-environment: central_controller
|
||||||
|
|
Loading…
Add table
Reference in a new issue