Skip to content

Commit 481083c

Browse files
committed
fix: ARM
1 parent 4408d74 commit 481083c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
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 &&

0 commit comments

Comments
 (0)