File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6363 cd /io &&
6464 /opt/python/cp310-cp310/bin/pip install -r requirements.txt -r requirements-dev.txt &&
6565 /opt/python/cp310-cp310/bin/pip install toml &&
66- C2PA_LIBS_PLATFORM=\"${{ if inputs.architecture == 'aarch64' }} aarch64-unknown-linux-gnu${{ else }} x86_64-unknown-linux-gnu${{ endif }}\" /opt/python/cp310-cp310/bin/python scripts/download_artifacts.py $C2PA_VERSION &&
66+ C2PA_LIBS_PLATFORM=\"${{ format('{0}', inputs.architecture == 'aarch64' && ' aarch64-unknown-linux-gnu' || ' x86_64-unknown-linux-gnu') }}\" /opt/python/cp310-cp310/bin/python scripts/download_artifacts.py $C2PA_VERSION &&
6767 for PYBIN in /opt/python/cp3{10,11}-*/bin; do
6868 \${PYBIN}/pip install --upgrade pip wheel &&
6969 \${PYBIN}/pip install toml &&
You can’t perform that action at this time.
0 commit comments