Skip to content

Commit

Permalink
Fix exporting of packages on aarch64
Browse files Browse the repository at this point in the history
  • Loading branch information
ekilmer committed Feb 18, 2021
1 parent 4d182fc commit 0ac0e81
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/vcpkg_ci_linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,9 @@ jobs:
run: |
apt-get update
apt-get install -y pixz
if [ ${{ matrix.host.arch }} == "arm64" ] ; then
export VCPKG_FORCE_SYSTEM_BINARIES=1
fi
./emit_artifacts.sh ${{ env.ARTIFACT_NAME }}
- uses: actions/[email protected]
Expand Down

0 comments on commit 0ac0e81

Please sign in to comment.