Skip to content

Commit ad4adbc

Browse files
committed
Actions yml cleanup
1 parent 35470b6 commit ad4adbc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@ jobs:
3939

4040
- name: Conda cache config
4141
id: cache-config
42+
shell: bash
4243
run: |
4344
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
4445
echo "path=$CONDA/envs/pdal-java" >> $GITHUB_OUTPUT
45-
shell: bash
4646
4747
- name: Cache Conda env
48+
id: conda-cache
4849
uses: actions/cache@v3
4950
with:
5051
path: ${{ steps.cache-config.outputs.path }}
5152
key:
5253
conda-pdal-java-${{ runner.os }}--${{ runner.arch }}--${{ steps.cache-config.outputs.today }}-${{ matrix.pdal }}-${{ env.CACHE_NUMBER }}
5354
env:
5455
CACHE_NUMBER: 0
55-
id: conda-cache
5656

5757
- name: Install PDAL
5858
if: steps.conda-cache.outputs.cache-hit != 'true'
@@ -107,20 +107,20 @@ jobs:
107107

108108
- name: Conda cache config
109109
id: cache-config
110+
shell: bash
110111
run: |
111112
echo "today=$(/bin/date -u '+%Y%m%d')" >> $GITHUB_OUTPUT
112113
echo "path=$CONDA/envs/pdal-java" >> $GITHUB_OUTPUT
113-
shell: bash
114114
115115
- name: Cache Conda env
116+
id: conda-cache
116117
uses: actions/cache@v3
117118
with:
118119
path: ${{ steps.cache-config.outputs.path }}
119120
key:
120121
conda-pdal-java-${{ runner.os }}--${{ runner.arch }}--${{ steps.cache-config.outputs.today }}-${{ matrix.pdal }}-${{ env.CACHE_NUMBER }}
121122
env:
122123
CACHE_NUMBER: 0
123-
id: conda-cache
124124

125125
- name: Install PDAL
126126
if: steps.conda-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)