diff --git a/.github/workflows/flutter-build.yml b/.github/workflows/flutter-build.yml index 2209ec290d2..0f252e2d98e 100644 --- a/.github/workflows/flutter-build.yml +++ b/.github/workflows/flutter-build.yml @@ -1842,7 +1842,8 @@ jobs: wget \ xz-utils \ zip \ - libssl-dev + libssl-dev \ + patchelf # arm-linux needs CMake and vcokg built from source as there # are no prebuilts available from Kitware and Microsoft if [ "${{ matrix.job.vcpkg-triplet }}" = "arm-linux" ]; then