File tree Expand file tree Collapse file tree 3 files changed +40
-86
lines changed
Expand file tree Collapse file tree 3 files changed +40
-86
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,6 @@ jobs:
158158 git clone --depth 1 https://github.com/imazen/zenresize.git ../zen/zenresize
159159 git clone --depth 1 https://github.com/imazen/zenfilters.git ../zen/zenfilters
160160 git clone --depth 1 https://github.com/imazen/linear-srgb.git ../zen/linear-srgb
161- git clone --depth 1 https://github.com/lilith/moxcms.git ../moxcms
162161
163162 - name : Parse version
164163 uses : ./.github/actions/parse-version
@@ -297,7 +296,7 @@ jobs:
297296 cargo nextest run --target ${{ matrix.target }} ${{ env.CROSS_ARGS }} --profile ci
298297 fi
299298 env :
300- CROSS_CONTAINER_OPTS : " --volume ${{ github.workspace }}/../zen:${{ github.workspace }}/../zen --volume ${{ github.workspace }}/../moxcms:${{ github.workspace }}/../moxcms "
299+ CROSS_CONTAINER_OPTS : " --volume ${{ github.workspace }}/../zen:${{ github.workspace }}/../zen"
301300 REGRESS_MANIFEST_DIR : ${{ github.workspace }}/.image-cache/manifests
302301 if : matrix.cross == 'true'
303302
@@ -367,7 +366,7 @@ jobs:
367366 args : " --all ${{ env.BUILD_EXCLUDE }} ${{ env.CROSS_ARGS }}"
368367 force-use-cross : ${{ matrix.force-cross == 'true' || false }}
369368 env :
370- CROSS_CONTAINER_OPTS : " --volume ${{ github.workspace }}/../zen:${{ github.workspace }}/../zen --volume ${{ github.workspace }}/../moxcms:${{ github.workspace }}/../moxcms "
369+ CROSS_CONTAINER_OPTS : " --volume ${{ github.workspace }}/../zen:${{ github.workspace }}/../zen"
371370 if : matrix.cross == 'true'
372371
373372
You can’t perform that action at this time.
0 commit comments