From 7f17f38a24404012004de03933b1e20dec792e71 Mon Sep 17 00:00:00 2001 From: Richard Markiewicz Date: Mon, 28 Oct 2024 11:01:53 -0400 Subject: [PATCH] ci: try installing bindgen-cli --- .github/workflows/build-native.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/build-native.yml b/.github/workflows/build-native.yml index 7ae79d35..0a5a92d8 100644 --- a/.github/workflows/build-native.yml +++ b/.github/workflows/build-native.yml @@ -124,6 +124,10 @@ jobs: # Install Visual Studio Developer PowerShell Module for cmdlets such as Enter-VsDevShell Install-Module VsDevShell -Force + - name: Install dependencies + if: matrix.os == 'ios' + run: cargo install --force --locked bindgen-cli + - name: Setup build environment shell: pwsh run: |