Skip to content

Commit 0ac0e81

Browse files
committed
Fix exporting of packages on aarch64
1 parent 4d182fc commit 0ac0e81

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/vcpkg_ci_linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,9 @@ jobs:
134134
run: |
135135
apt-get update
136136
apt-get install -y pixz
137+
if [ ${{ matrix.host.arch }} == "arm64" ] ; then
138+
export VCPKG_FORCE_SYSTEM_BINARIES=1
139+
fi
137140
./emit_artifacts.sh ${{ env.ARTIFACT_NAME }}
138141
139142
- uses: actions/[email protected]

0 commit comments

Comments
 (0)